rework regexp

This commit is contained in:
David Kilias 2023-08-18 19:56:22 +02:00
parent d94850f4a0
commit 0fc4244c0f

View file

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