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

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

View File

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