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>
9 lines
196 B
JSON
9 lines
196 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"kubernetes": {
|
|
"enabled": true,
|
|
"managerFilePatterns": ["(^|/)k8s/.*\\.ya?ml$"],
|
|
"labels": ["deps", "k8s"]
|
|
}
|
|
}
|