feat: make k8s paths more flexible (#9)
All checks were successful
CD / Release (push) Successful in 14s
All checks were successful
CD / Release (push) Successful in 14s
This PR makes matching of k8s manifests more flexible. Reviewed-on: #9 Reviewed-by: branch-buddy <branch-buddy@t00n.de> Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #9.
This commit is contained in:
2
k8s.json
2
k8s.json
@@ -2,7 +2,7 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"kubernetes": {
|
"kubernetes": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"managerFilePatterns": ["^k8s/*\\.yaml$"],
|
"managerFilePatterns": ["(^|/)k8s/.*\\.ya?ml$"],
|
||||||
"labels": ["deps", "k8s"]
|
"labels": ["deps", "k8s"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user