fix: k8s file matching (#8)
All checks were successful
CD / Release (push) Successful in 15s
All checks were successful
CD / Release (push) Successful in 15s
Reviewed-on: #8 Reviewed-by: branch-buddy <branch-buddy@t00n.de> Co-authored-by: t.behrendt <t.behrendt@t00n.de> Co-committed-by: t.behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #8.
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,
|
||||||
"fileMatch": ["^k8s/*\\.yaml$"],
|
"managerFilePatterns": ["^k8s/*\\.yaml$"],
|
||||||
"labels": ["deps", "k8s"]
|
"labels": ["deps", "k8s"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user