Add pre-commit to renovate
This commit is contained in:
parent
24ee40e4be
commit
ad9b32a833
2 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: shellcheck
|
- id: shellcheck
|
||||||
- repo: https://github.com/gitleaks/gitleaks
|
- repo: https://github.com/gitleaks/gitleaks
|
||||||
rev: v8.16.1
|
rev: v8.16.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: gitleaks
|
- id: gitleaks
|
||||||
- repo: local
|
- repo: local
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"separateMajorMinor": false,
|
"separateMajorMinor": false,
|
||||||
|
"pre-commit": { "enabled": true },
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
|
|
Loading…
Reference in a new issue