debug kubernetes helm-values manager

This commit is contained in:
Robert Kaussow 2023-03-21 13:30:16 +01:00
parent 41d144b6a5
commit 1c2c4fa948
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,10 @@
"description": ["Preset for use with kubernetes repositories"],
"extends": ["github>thegeeklab/renovate-presets:base"],
"flux": {
"fileMatch": ["flux/.+\\.yaml$"]
"fileMatch": [
"flux/(.+/)patch(HelmRelease)\\.ya?ml$",
"flux/(.+/)gotk-components\\.ya?ml$"
]
},
"packageRules": [
{