0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-06-02 18:19:40 +02:00

feat: enable kubernetes manager for statefulset patches

This commit is contained in:
Robert Kaussow 2023-10-24 19:10:05 +02:00
parent d0625b3df9
commit 6ce3906a21
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -13,7 +13,7 @@
}, },
"kubernetes": { "kubernetes": {
"fileMatch": [ "fileMatch": [
"^flux/(?:.+/)overlays/(?:.+/)patches/(?:deployment|postgresCluster|minioTenant)\\.ya?ml$" "^flux/(?:.+/)overlays/(?:.+/)patches/(?:deployment|statefulSet|postgresCluster|minioTenant)\\.ya?ml$"
] ]
}, },
"packageRules": [ "packageRules": [