fix(renovate): update regex pattern for image matching in Renovate configuration
This commit is contained in:
parent
8e69bf0e43
commit
838d0657dd
1 changed files with 1 additions and 1 deletions
|
@ -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+\\.\\-]*)\""
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue