0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-11-14 08:20:39 +00:00

fix: extend flux file matcher in custom manager

This commit is contained in:
Robert Kaussow 2024-11-11 23:04:30 +01:00
parent 17d96cbf77
commit d235bc557f
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -45,7 +45,7 @@
{
"customType": "regex",
"fileMatch": [
"^flux/(?:.+/)overlays/(?:.+/)patches/(?:statefulSet|postgresCluster)\\.ya?ml$"
"^flux/(?:.+/)overlays/(?:.+/)patches/(?:deployment|statefulSet|postgresCluster)\\.ya?ml$"
],
"matchStrings": [
"\\s+(?:imageName):\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"'@\\s]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?\"?'?",