fix(renovate): correct regex pattern for image matching in Renovate configuration
This commit is contained in:
parent
838d0657dd
commit
ab75580c10
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