We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa2f35 commit ea68a18Copy full SHA for ea68a18
.github/workflows/autoupdate-pre-commit-config.yml
@@ -2,7 +2,7 @@ name: "Update pre-commit config"
2
3
on:
4
schedule:
5
- - cron: "0 7 * * 1" # At 07:00 on each Monday.
+ - cron: "0 7 1 * *" # At 07:00 on 1st of every month.
6
workflow_dispatch:
7
8
jobs:
0 commit comments