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 3bd4f2b commit bc44dd3Copy full SHA for bc44dd3
.github/workflows/update-dependencies.yml
@@ -9,7 +9,7 @@ name: Daily update dependencies
9
on:
10
schedule:
11
# At 00:30 UTC.
12
- - cron: '00 30 * * Mon,Thu'
+ - cron: '30 00 * * Mon,Thu'
13
repository_dispatch:
14
types: update-dependencies
15
0 commit comments