We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567c5aa commit d49ad35Copy full SHA for d49ad35
.github/workflows/update-deps.yml
@@ -6,7 +6,7 @@ env:
6
on:
7
workflow_dispatch:
8
schedule:
9
- - cron: "0 0 * * 1"
+ - cron: '0 2 * * 6' # saturday 2am
10
permissions:
11
contents: write
12
pull-requests: write
0 commit comments