Skip to content

Commit

Permalink
chore: Reduce dependabot frequency to weekly (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger authored Feb 2, 2024
1 parent 917c2bb commit a458271
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-main.yml

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 @@ -34,6 +34,12 @@ const project = new awscdk.AwsCdkConstructLibrary({
name: "aws-ddk-core",
repositoryUrl: "https://github.com/awslabs/aws-ddk/tree/main",

depsUpgradeOptions: {
workflowOptions: {
schedule: javascript.UpgradeDependenciesSchedule.WEEKLY,
},
},

// Artifact config: Python
publishToPypi: {
distName: "aws-ddk-core",
Expand Down

0 comments on commit a458271

Please sign in to comment.