From 66158e7f3ec9282022263e5aff86ab1666be7b48 Mon Sep 17 00:00:00 2001 From: Karel Van Hecke <25814162+karelvanhecke@users.noreply.github.com> Date: Sat, 9 Nov 2024 07:44:11 +0100 Subject: [PATCH] chore: fix renovate regex manager matchString (#43) --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 3ff28ea..d4bb303 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -22,7 +22,7 @@ "customType": "regex", "fileMatch": "^(?:Makefile|.github/workflows/.+\\.yaml)$", "matchStrings": [ - "# renovate: datasource=(?[a-z-]+?) depName=(?.+?)(?:versioning=(?[a-z-]+?))?\\s+.+_VERSION(?:=|: )'?(?v?[0-9.]+)'?" + "# renovate: datasource=(?[a-z-]+?) depName=(?.+?)(?: versioning=(?[a-z-]+?))?\\s+.+_VERSION(?:=|: )'?(?v?[0-9.]+)'?" ] } ],