rework regexp
This commit is contained in:
parent
862c1ef286
commit
d94850f4a0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
"datasourceTemplate": "docker",
|
||||
"versioningTemplate": "docker",
|
||||
"matchStrings": [
|
||||
"image: (?<depName>.*?):(?<currentValue>.*?)$"
|
||||
"^.*_image: (?<depName>.*?):(?<currentValue>.*?)$"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue