fix: fix docker regex

This commit is contained in:
Truxnell 2024-04-07 14:52:38 +10:00
parent 68a9f0f9a5
commit a2d0bebece

View file

@ -23,7 +23,7 @@
{ {
fileMatch: ["^.*\\.nix$"], fileMatch: ["^.*\\.nix$"],
matchStrings: [ matchStrings: [
'image *= *"(?<depName>[^"]+):(?<currentValue>[^"]+)(@(?<currentDigest>sha256:[a-f0-9]+))?";', 'image *= *"(?<depName>.*?):(?<currentValue>.*?)(@(?<currentDigest>sha256:[a-f0-9]+))?";',
], ],
datasourceTemplate: "docker", datasourceTemplate: "docker",
} }