Skip to content

Commit

Permalink
Update auto-merge configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ssennettau committed Feb 29, 2024
1 parent b363ec9 commit 39e391d
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes

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

21 changes: 21 additions & 0 deletions .github/workflows/auto-approve.yml

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

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 .gitignore

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

1 change: 1 addition & 0 deletions .projen/files.json

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

10 changes: 10 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,15 @@ const project = new awscdk.AwsCdkConstructLibrary({
'.secrets', // For running GH Actions locally
'*-ksvdata.json', // KeyStoreValues for Path redirects
],
depsUpgrade: true,
depsUpgradeOptions: {
workflowOptions: {
labels: ['auto-approve, auto-merge'],
}
},
autoApproveUpgrades: true,
autoApproveOptions: {
allowedUsernames: ['github-actions']
},
});
project.synth();

0 comments on commit 39e391d

Please sign in to comment.