We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e361a3e commit bc4244aCopy full SHA for bc4244a
.github/workflows/update-dependencies.yml
@@ -1,8 +1,8 @@
1
name: Update dependencies
2
on:
3
schedule:
4
- # Run automatically at 6AM PST Tuesday
5
- - cron: '0 6 * * 2'
+ # Run automatically at 7AM PST Tuesday
+ - cron: '0 14 * * 2'
6
workflow_dispatch:
7
8
jobs:
0 commit comments