partially revert kubernetes rules

This commit is contained in:
Robert Kaussow 2023-03-21 08:51:19 +01:00
parent a75f82043d
commit b0b702e6e0
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 10 deletions

View File

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