Skip to content

Commit

Permalink
chore: auto approve dependency upgrades (#16)
Browse files Browse the repository at this point in the history
* auto approve

* chore: self mutation

Co-authored-by: Automation <[email protected]>
  • Loading branch information
iliapolo and Automation authored Jun 13, 2021
1 parent e5d6b68 commit c2e82b2
Show file tree
Hide file tree
Showing 10 changed files with 1,063 additions and 1,191 deletions.
4 changes: 4 additions & 0 deletions .gitattributes

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

22 changes: 22 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.

3 changes: 2 additions & 1 deletion .github/workflows/upgrade-dependencies.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: 0 additions & 1 deletion .projen/deps.json

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

25 changes: 2 additions & 23 deletions .projen/tasks.json

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

6 changes: 6 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const project = new JsiiProject({
authorName: 'Elad Ben-Israel',
authorEmail: '[email protected]',
repository: 'https://github.com/eladb/cdk-tweet-queue',
projenUpgradeSecret: 'PROJEN_GITHUB_TOKEN',
releaseToNpm: true,
publishToNuget: {
dotNetNamespace: 'Eladb.CdkTweetQueue',
Expand Down Expand Up @@ -51,6 +52,11 @@ const project = new JsiiProject({
],
srcdir: 'lib',
testdir: 'lib/__tests__',
autoApproveOptions: {
allowedUsernames: ['aws-cdk-automation'],
secret: 'GITHUB_TOKEN',
},
autoApproveUpgrades: true,
});

project.gitignore.exclude('cdk.out');
Expand Down
18 changes: 9 additions & 9 deletions lib/__tests__/__snapshots__/tweet-queue.test.ts.snap

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

69 changes: 34 additions & 35 deletions package.json

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

Loading

0 comments on commit c2e82b2

Please sign in to comment.