We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4415ac3 commit df1fc88Copy full SHA for df1fc88
.pre-commit-config.yaml
@@ -24,13 +24,13 @@ repos:
24
exclude: '^\.config/.*|^\.local/.*|^\.shellrc/zshrc\.d/.*|\.zsh(##.*)?$|^\.zlogin$|\.sh##default$'
25
26
- repo: https://github.com/renovatebot/pre-commit-hooks
27
- rev: 42.78.2
+ rev: 42.81.2
28
hooks:
29
- id: renovate-config-validator
30
args: [--strict]
31
32
- repo: https://github.com/adrienverge/yamllint
33
- rev: v1.37.1
+ rev: v1.38.0
34
35
- id: yamllint
36
args: ["-c", ".yamllint.yml"]
0 commit comments