Skip to content

Commit

Permalink
chore: auto approve dependency upgrades (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc authored Oct 4, 2022
1 parent ac834cb commit c232fd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upgrade-main.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const project = new typescript.TypeScriptProject({
projenUpgradeSecret: 'PROJEN_GITHUB_TOKEN',
releaseToNpm: true,
gitignore: ['*.js', '*.d.ts'],
autoApproveUpgrades: true,
autoApproveOptions: {
allowedUsernames: ['cdklabs-automation'],
secret: 'GITHUB_TOKEN',
Expand Down

0 comments on commit c232fd4

Please sign in to comment.