mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-21 13:00:41 +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": {
|
||||
"fileMatch": [
|
||||
"^flux/(?:.+/)overlays/(?:.+/)patches/(?:helmRelease)\\.ya?ml$"
|
||||
"^flux/(?:.+/)overlays/(?:.+/)patches/(?:helmRelease)\\.ya?ml$",
|
||||
"^ansible/services/(?:.+/)helm/(?:.+/)release.ya?ml$"
|
||||
],
|
||||
"pinDigests": true
|
||||
},
|
||||
"kubernetes": {
|
||||
"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": [
|
||||
|
Loading…
Reference in New Issue
Block a user