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 84d1bcc commit 1569782Copy full SHA for 1569782
.github/workflows/update-dependencies.yml
@@ -8,7 +8,7 @@ name: Daily update dependencies
8
on:
9
schedule:
10
# At 00:10 UTC .
11
- - cron: '00 10 * * Wed,Fri'
+ - cron: '10 00 * * Wed,Fri'
12
repository_dispatch:
13
types: update-dependencies
14
0 commit comments