Skip to content

Commit

Permalink
chore: adding deps upgrade for v2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dontirun committed Nov 20, 2021
1 parent 91a088c commit 61c1c9b
Show file tree
Hide file tree
Showing 7 changed files with 291 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes

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

143 changes: 143 additions & 0 deletions .github/workflows/release-v2-main.yml

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

117 changes: 117 additions & 0 deletions .github/workflows/upgrade-v2-main.yml

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

2 changes: 2 additions & 0 deletions .gitignore

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

25 changes: 25 additions & 0 deletions .projen/tasks.json

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
Expand Up @@ -9,6 +9,7 @@ const project = new AwsCdkConstructLibrary({
cdkVersion: '1.123.0',
defaultReleaseBranch: 'main',
majorVersion: 1,
releaseBranches: { 'v2-main': { majorVersion: 2 } },
name: 'cdk-nag',
description:
'Check CDK applications for best practices using a combination on available rule packs.',
Expand Down
1 change: 1 addition & 0 deletions package.json

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

0 comments on commit 61c1c9b

Please sign in to comment.