fix(renovate): update regex pattern for image matching to account for indented next line
This commit is contained in:
parent
ab75580c10
commit
deb225ef01
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
"\\.tf$"
|
||||
],
|
||||
"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+\\.\\-]*)\""
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue