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