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

This commit is contained in:
Ben Martin 2024-12-19 16:10:16 +00:00
parent 8e69bf0e43
commit 838d0657dd
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

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