We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f09f58 commit ef9b91dCopy full SHA for ef9b91d
.pre-commit-config.yaml
@@ -2,8 +2,12 @@
2
# https://github.com/autowarefoundation/sync-file-templates
3
# To make changes, update the source repository and follow the guidelines in its README.
4
5
+# https://pre-commit.ci/#configuration
6
ci:
7
autofix_commit_msg: "style(pre-commit): autofix"
8
+ # we already have our own daily update mechanism, we set this to quarterly
9
+ autoupdate_schedule: quarterly
10
+ autoupdate_commit_msg: "ci(pre-commit): quarterly autoupdate"
11
12
repos:
13
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments