Skip to content

Commit

Permalink
chore: change deps upgrade schedule to weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkane committed Feb 25, 2024
1 parent 3913e51 commit afc0822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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.

3 changes: 2 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { awscdk, github } = require('projen');
const { awscdk, github, javascript } = require('projen');

const cdkVersion = '2.0.0';

Expand Down Expand Up @@ -149,6 +149,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
ignoreProjen: false,
workflowOptions: {
labels: ['auto-approve', 'auto-merge'],
schedule: javascript.UpgradeDependenciesSchedule.WEEKLY,
},
},
autoApproveUpgrades: true,
Expand Down

0 comments on commit afc0822

Please sign in to comment.