Skip to content

Commit

Permalink
chore: deps upgrade schedule set to every monday 02:00
Browse files Browse the repository at this point in the history
  • Loading branch information
yicr committed Sep 11, 2023
1 parent 9f402f8 commit fe5b5f8
Show file tree
Hide file tree
Showing 2 changed files with 2 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.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
depsUpgradeOptions: {
workflowOptions: {
labels: ['auto-approve', 'auto-merge'],
schedule: javascript.UpgradeDependenciesSchedule.expressions(['0 19 * * *']),
schedule: javascript.UpgradeDependenciesSchedule.expressions(['0 19 * * 1']), // every monday (JST/THU:02:00)
},
},
autoApproveOptions: {
Expand Down

0 comments on commit fe5b5f8

Please sign in to comment.