We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e2b83 commit 77cbbf7Copy full SHA for 77cbbf7
.pre-commit-config.yaml
@@ -46,7 +46,7 @@ repos:
46
hooks:
47
- id: gitleaks
48
- repo: https://github.com/Bahjat/pre-commit-golang
49
- rev: v1.0.3
+ rev: v1.0.5
50
51
# - id: go-fmt-import
52
# - id: go-vet
@@ -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.205.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.31.2
+ rev: 0.31.3
83
84
- id: check-github-workflows
85
- id: check-dependabot
0 commit comments