fix: fix docker regex
This commit is contained in:
parent
68a9f0f9a5
commit
a2d0bebece
1 changed files with 1 additions and 1 deletions
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
|
@ -23,7 +23,7 @@
|
|||
{
|
||||
fileMatch: ["^.*\\.nix$"],
|
||||
matchStrings: [
|
||||
'image *= *"(?<depName>[^"]+):(?<currentValue>[^"]+)(@(?<currentDigest>sha256:[a-f0-9]+))?";',
|
||||
'image *= *"(?<depName>.*?):(?<currentValue>.*?)(@(?<currentDigest>sha256:[a-f0-9]+))?";',
|
||||
],
|
||||
datasourceTemplate: "docker",
|
||||
}
|
||||
|
|
Reference in a new issue