Skip to content

Commit ea68a18

Browse files
authored
Auto-update now occurs monthly instead of weekly (#43379)
* Fixes #43364 * Refactor typo in cron
1 parent 3aa2f35 commit ea68a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autoupdate-pre-commit-config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Update pre-commit config"
22

33
on:
44
schedule:
5-
- cron: "0 7 * * 1" # At 07:00 on each Monday.
5+
- cron: "0 7 1 * *" # At 07:00 on 1st of every month.
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)