Skip to content

Commit

Permalink
fix(pre-commit-optional): reduce autoupdate frequency (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <mfc@autoware.org>
  • Loading branch information
xmfcx authored Jan 2, 2025
1 parent 0b4aad1 commit 9358315
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sources/.pre-commit-config-optional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
# https://github.com/autowarefoundation/sync-file-templates
# To make changes, update the source repository and follow the guidelines in its README.

# https://pre-commit.ci/#configuration
ci:
autofix_commit_msg: "style(pre-commit-optional): autofix"
# we already have our own daily update mechanism, we set this to quarterly
autoupdate_schedule: quarterly
autoupdate_commit_msg: "ci(pre-commit-optional): quarterly autoupdate"

repos:
- repo: https://github.com/tcort/markdown-link-check
rev: v3.12.2
Expand Down

0 comments on commit 9358315

Please sign in to comment.