Skip to content

Commit

Permalink
Add ci autoupdate to .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth authored Nov 14, 2024
1 parent cb83870 commit cde1ae4
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,3 +1,9 @@
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

default_language_version:
python: python3

Expand Down

0 comments on commit cde1ae4

Please sign in to comment.