mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-22 09:20:38 +00:00
chore: adjust kubernetes resource rules
This commit is contained in:
parent
a880ea7058
commit
a75f82043d
@ -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": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user