Skip to content

Commit

Permalink
ci: add pre-commit ci autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
lvlcn-t committed Apr 28, 2024
1 parent a588ed4 commit 8bd5ee3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
default_stages: [pre-push]
ci:
autofix_commit_msg: |
fix(deps): [pre-commit.ci] auto fixes\n\nFor more information, see https://pre-commit.ci
autofix_prs: true
autoupdate_commit_msg: |
fix(deps): [pre-commit.ci] auto update\n\nFor more information, see https://pre-commit.ci
autoupdate_schedule: weekly

repos:
- repo: local
hooks:
Expand Down

0 comments on commit 8bd5ee3

Please sign in to comment.