We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46eea25 commit 759e30bCopy full SHA for 759e30b
.pre-commit-config.yaml
@@ -42,7 +42,7 @@ repos:
42
# - id: forbid-crlf
43
# - id: remove-crlf
44
- repo: https://github.com/zricethezav/gitleaks
45
- rev: v8.22.1
+ rev: v8.23.3
46
hooks:
47
- id: gitleaks
48
- repo: https://github.com/Bahjat/pre-commit-golang
@@ -67,7 +67,7 @@ repos:
67
args:
68
["--allow-parallel-runners", "--config=.golangci.yml"]
69
- repo: https://github.com/renovatebot/pre-commit-hooks
70
- rev: 38.142.7
+ rev: 39.158.1
71
72
- id: renovate-config-validator
73
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
@@ -79,7 +79,7 @@ repos:
79
# hooks:
80
# - id: hadolint
81
- repo: https://github.com/python-jsonschema/check-jsonschema
82
- rev: 0.30.0
+ rev: 0.31.1
83
84
- id: check-github-workflows
85
- id: check-dependabot
0 commit comments