Skip to content

Commit

Permalink
add autoupdate schedule to pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed Jul 2, 2024
1 parent 921309f commit efc6f4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
ci:
autoupdate_schedule: "monthly" # Like dependabot
autoupdate_commit_msg: "chore: update pre-commit hooks"
autoupdate_branch: "develop"
autofix_prs: false # Comment "pre-commit.ci autofix" on a PR to trigger

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
Expand Down

0 comments on commit efc6f4e

Please sign in to comment.