rework regexp

This commit is contained in:
David Kilias 2023-08-18 20:50:06 +02:00
parent 0fc4244c0f
commit 6b50c7b249

View file

@ -9,7 +9,7 @@
"datasourceTemplate": "docker",
"versioningTemplate": "docker",
"matchStrings": [
"^.*image: (?<depName>.*?):(?<currentValue>.*?)$"
"image: (?<depName>.*?):(?<currentValue>.*?)$"
]
}
]