mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-21 23:10:40 +00:00
feat: add kubernetes and helm-values filematcher for ansible
This commit is contained in:
parent
2e691aa118
commit
2901ba0995
@ -7,13 +7,15 @@
|
|||||||
},
|
},
|
||||||
"helm-values": {
|
"helm-values": {
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"^flux/(?:.+/)overlays/(?:.+/)patches/(?:helmRelease)\\.ya?ml$"
|
"^flux/(?:.+/)overlays/(?:.+/)patches/(?:helmRelease)\\.ya?ml$",
|
||||||
|
"^ansible/services/(?:.+/)helm/(?:.+/)release.ya?ml$"
|
||||||
],
|
],
|
||||||
"pinDigests": true
|
"pinDigests": true
|
||||||
},
|
},
|
||||||
"kubernetes": {
|
"kubernetes": {
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"^flux/(?:.+/)overlays/(?:.+/)patches/(?:deployment|statefulSet|postgresCluster|minioTenant)\\.ya?ml$"
|
"^flux/(?:.+/)overlays/(?:.+/)patches/(?:deployment|statefulSet|postgresCluster|minioTenant)\\.ya?ml$",
|
||||||
|
"^ansible/services/(?:.+/)kustomization/(?:.+/)component.ya?ml$"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
Loading…
Reference in New Issue
Block a user