test kubernetes helm-values manager

This commit is contained in:
Robert Kaussow 2023-03-21 09:25:27 +01:00
parent b0b702e6e0
commit 3d27d9f540
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,13 @@
"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$"
]
},
"helm-values": {
"fileMatch": ["flux/(.+/)patch(HelmRelease)\\.ya?ml$"]
},
"packageRules": [
{