debug kubernetes helm-values manager

This commit is contained in:
Robert Kaussow 2023-03-21 13:56:09 +01:00
parent 1c2c4fa948
commit 40ede6adeb
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 7 additions and 0 deletions

View File

@ -4,10 +4,17 @@
"extends": ["github>thegeeklab/renovate-presets:base"],
"flux": {
"fileMatch": [
"flux/(.+/)release\\.ya?ml$",
"flux/(.+/)patch(HelmRelease)\\.ya?ml$",
"flux/(.+/)gotk-components\\.ya?ml$"
]
},
"helm-values": {
"fileMatch": ["flux/(.+/)patch(HelmRelease)\\.ya?ml$"]
},
"kubernetes": {
"fileMatch": ["flux/(.+/)patch(Deployment|Cluster)\\.ya?ml$"]
},
"packageRules": [
{
"description": "Set semantic commit scope for docker digests",