We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54804bc commit 8cf16f0Copy full SHA for 8cf16f0
2 files changed
.pre-commit-config.yaml
@@ -8,6 +8,12 @@ repos:
8
- id: check-case-conflict
9
- id: detect-private-key
10
11
+ - repo: https://github.com/renovatebot/pre-commit-hooks
12
+ rev: 42.0.3
13
+ hooks:
14
+ - id: renovate-config-validator
15
+ args: [--strict]
16
+
17
# - repo: https://github.com/terraform-docs/terraform-docs
18
# rev: "v0.19.0"
19
# hooks:
renovate.json5
@@ -8,8 +8,12 @@
// https://docs.renovatebot.com/modules/manager/regex/#regular-expression-capture-groups
customManagers: [],
"argocd": {
- "fileMatch": [
+ "managerFilePatterns": [
"^applications/argocd/.+\\.yaml$"
- ]
+ ],
+ "ignorePaths": [
+ // Private registry
+ "^applications/argocd/.+/sdt-.+\\.yaml$",
},
}
0 commit comments