From a2d0bebecebde34869b8b4606b39540f288221e7 Mon Sep 17 00:00:00 2001 From: Truxnell <9149206+truxnell@users.noreply.github.com> Date: Sun, 7 Apr 2024 14:52:38 +1000 Subject: [PATCH] fix: fix docker regex --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 85a5155..36063ae 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -23,7 +23,7 @@ { fileMatch: ["^.*\\.nix$"], matchStrings: [ - 'image *= *"(?[^"]+):(?[^"]+)(@(?sha256:[a-f0-9]+))?";', + 'image *= *"(?.*?):(?.*?)(@(?sha256:[a-f0-9]+))?";', ], datasourceTemplate: "docker", }