From 76f141e70ebda189b1c2f04cf2caf5dbc038380f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Wed, 25 Dec 2024 02:44:24 +0100 Subject: [PATCH] Trying to fix regex --- renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index a039cb4..d0297d2 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -6,7 +6,7 @@ 'customType': 'regex', 'fileMatch': ['(^|/)AnalyzerPackages\\.props$'], 'matchStrings': [ - '<(?[^\\s]+)Version>(?[^<]+)[^\\s]+)Version>' + '' ], 'datasourceTemplate': 'nuget', 'versioningTemplate': 'nuget'