Skip to content

Commit

Permalink
chore: move upgrade workflow
Browse files Browse the repository at this point in the history
to a dependabot based approach, instead of the one from projen
  • Loading branch information
andskli committed Mar 22, 2022
1 parent 97ce9ae commit 1ff2b11
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 130 deletions.
2 changes: 1 addition & 1 deletion .gitattributes

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

11 changes: 11 additions & 0 deletions .github/dependabot.yml

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

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

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore

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

2 changes: 1 addition & 1 deletion .projen/files.json

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

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

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

2 changes: 2 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
distName: PROJECT_NAME,
module: 'cdk_eks_karpenter',
},

dependabot: true,
});

const common_excludes = [
Expand Down
1 change: 0 additions & 1 deletion package.json

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

0 comments on commit 1ff2b11

Please sign in to comment.