0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-10-22 12:10:38 +00:00

feat: add kubernetes and helm-values filematcher for ansible

This commit is contained in:
Robert Kaussow 2024-09-22 23:33:03 +02:00
parent 2e691aa118
commit 2901ba0995
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -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": [