Skip to content

Commit

Permalink
Change pre-commit and version workflow to run monthly (cloud-bulldoze…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Drew authored Jan 24, 2022
1 parent be2b0e2 commit 482b2e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- 'setup.cfg'
schedule:
- cron: '0 0 * * 1'
- cron: '0 0 1 * *'
jobs:
update_requirements:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ ci:
for more information, see https://pre-commit.ci
autofix_prs: false
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
autoupdate_schedule: weekly
autoupdate_schedule: monthly
skip: []
submodules: false

0 comments on commit 482b2e3

Please sign in to comment.