Skip to content

Commit 675a2c5

Browse files
1nF0rmedfeefladder
authored andcommitted
Auto-update now occurs monthly instead of weekly (pandas-dev#43379)
* Fixes pandas-dev#43364 * Refactor typo in cron
1 parent 29978da commit 675a2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)