Skip to content

Commit 8cf16f0

Browse files
committed
fix(renovate): ignore sdt dependencies
1 parent 54804bc commit 8cf16f0

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ repos:
88
- id: check-case-conflict
99
- id: detect-private-key
1010

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+
1117
# - repo: https://github.com/terraform-docs/terraform-docs
1218
# rev: "v0.19.0"
1319
# hooks:

renovate.json5

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88
// https://docs.renovatebot.com/modules/manager/regex/#regular-expression-capture-groups
99
customManagers: [],
1010
"argocd": {
11-
"fileMatch": [
11+
"managerFilePatterns": [
1212
"^applications/argocd/.+\\.yaml$"
13-
]
13+
],
14+
"ignorePaths": [
15+
// Private registry
16+
"^applications/argocd/.+/sdt-.+\\.yaml$",
17+
],
1418
},
1519
}

0 commit comments

Comments
 (0)