mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-13 22:10:39 +00:00
fix: extend flux file matcher in custom manager
This commit is contained in:
parent
17d96cbf77
commit
d235bc557f
@ -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]+))?\"?'?",
|
||||
|
Loading…
Reference in New Issue
Block a user