We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e4791 commit b75db08Copy full SHA for b75db08
.github/workflows/update-pre-commit.yml
@@ -5,7 +5,7 @@ name: Auto Update pre-commit
5
on:
6
workflow_dispatch:
7
schedule:
8
- - cron: '0 0 * * 0' # Run every Sunday at midnight
+ - cron: '0 0 1 * *' # Runs at 00:00, on day 1 of the month
9
10
jobs:
11
auto_update_and_create_pr:
0 commit comments