Skip to content

Commit

Permalink
chore: deps upgrade schedule change everyday
Browse files Browse the repository at this point in the history
  • Loading branch information
yicr committed Jun 10, 2024
1 parent 4cead5e commit 62f61e5
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 @@ -19,7 +19,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
depsUpgradeOptions: {
workflowOptions: {
labels: ['auto-approve', 'auto-merge'],
schedule: javascript.UpgradeDependenciesSchedule.expressions(['0 18 * * 5']), // every sunday (JST/MON:03:00)
schedule: javascript.UpgradeDependenciesSchedule.expressions(['0 18 * * *']), // every sunday (JST/MON:03:00)
},
},
minNodeVersion: '18.0.0',
Expand Down

0 comments on commit 62f61e5

Please sign in to comment.