mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-22 19:20:40 +00:00
fix: use kubernetes manager for minio tenants
This commit is contained in:
parent
41a536b7f9
commit
c4e1d79c2b
@ -6,11 +6,11 @@
|
|||||||
"fileMatch": ["^flux/.+\\.ya?ml$"]
|
"fileMatch": ["^flux/.+\\.ya?ml$"]
|
||||||
},
|
},
|
||||||
"helm-values": {
|
"helm-values": {
|
||||||
"fileMatch": ["^flux/(.+/)patch(HelmRelease|Tenant)\\.ya?ml$"],
|
"fileMatch": ["^flux/(.+/)patch(HelmRelease)\\.ya?ml$"],
|
||||||
"pinDigests": true
|
"pinDigests": true
|
||||||
},
|
},
|
||||||
"kubernetes": {
|
"kubernetes": {
|
||||||
"fileMatch": ["^flux/(.+/)patch(Deployment|Cluster)\\.ya?ml$"]
|
"fileMatch": ["^flux/(.+/)patch(Deployment|Cluster|Tenant)\\.ya?ml$"]
|
||||||
},
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user