rework regexp
This commit is contained in:
parent
0fc4244c0f
commit
6b50c7b249
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