0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-06-02 18:19:40 +02:00

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

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": [
{