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