fix(renovate): correct regex pattern for image matching in Renovate configuration

This commit is contained in:
Ben Martin 2024-12-19 17:05:20 +00:00
parent 838d0657dd
commit ab75580c10
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -21,7 +21,7 @@
"\\.tf$" "\\.tf$"
], ],
"matchStrings": [ "matchStrings": [
"\\s*#\\s?renovate:\\s?image=(?<depName>.*?)\\s?\\\"\\w+\\\"\\s?=\\s?\\\"(?<currentValue>[\\w+\\.\\-]*)\"" "\\s*#\\s?renovate:\\s?image=(?<depName>.*?)\\s?\"\\w+\"\\s?=\\s?\"(?<currentValue>[\\w+\\.\\-]*)\""
] ]
} }
] ]