chore: adjust kubernetes resource rules

This commit is contained in:
Robert Kaussow 2023-03-20 14:40:16 +01:00
parent a880ea7058
commit a75f82043d
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 6 additions and 3 deletions

View File

@ -3,13 +3,16 @@
"description": ["Preset for use with kubernetes repositories"],
"extends": ["github>thegeeklab/renovate-presets:base"],
"flux": {
"fileMatch": ["flux/.+patch.*\\.ya?ml$"]
"fileMatch": [
"flux/.+patch(HelmRelease)\\.ya?ml$",
"flux/.+flux-system/.*gotk-.*\\.ya?ml$"
]
},
"helm-values": {
"fileMatch": ["flux/.+patch.*\\.ya?ml$"]
"fileMatch": ["flux/.+patch(HelmRelease)\\.ya?ml$"]
},
"kubernetes": {
"fileMatch": ["flux/.+patch(Deployment)\\.ya?ml$"]
"fileMatch": ["flux/.+patch(Deployment|Cluster)\\.ya?ml$"]
},
"packageRules": [
{