From c47f35bf39254b561dc74e71998707708dbdb433 Mon Sep 17 00:00:00 2001 From: Matyrobbrt <65940752+Matyrobbrt@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:29:03 +0300 Subject: [PATCH] Update regex --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 7ea7301..5480a73 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,7 +10,7 @@ "tools\\.properties$" ], "matchStrings": [ - "[A-Z_]+=(?[a-z0-9:\\.-]+):(?[\\d\\.]+)" + "[A-Z_]+=(?[\\w:\\.-]+):(?[\\d\\.]+)(:(?[a-z]+))?" ], "datasourceTemplate": "maven" }