Add pre-commit to renovate
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Henrik HerHde Huettemann 2024-07-03 18:43:41 +02:00
parent 24ee40e4be
commit ad9b32a833
Signed by: HueHe
GPG key ID: 68FE5FEEBF1EAF5B
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -12,6 +12,7 @@
} }
], ],
"separateMajorMinor": false, "separateMajorMinor": false,
"pre-commit": { "enabled": true },
"customManagers": [ "customManagers": [
{ {
"customType": "regex", "customType": "regex",