Skip to content

Commit d1eee0f

Browse files
committed
chore: auto-approve dependency PRs
1 parent adb9501 commit d1eee0f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/auto-approve.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
1717
],
1818

1919
docgen: true,
20+
autoApproveUpgrades: true,
21+
autoApproveOptions: { allowedUsernames: ['blimmer-bot'] },
2022

2123
release: true,
2224
releaseToNpm: true,

0 commit comments

Comments
 (0)