From 19fd141fa8dec71a77c0a8dc4f65e36afd9f39f5 Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Mon, 26 Jun 2023 16:20:37 +0200 Subject: [PATCH] adjust regex string to allow omission of version template Signed-off-by: Moritz Wiesinger --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index b3b8025dc..9d23111e2 100644 --- a/renovate.json +++ b/renovate.json @@ -58,7 +58,7 @@ "(^|\\/).*\\.sh$" ], "matchStrings": [ - "# renovate: datasource=(?.+?) depName=(?.+?)\\s.*?(tag|_VERSION) ?(\\??=|\\: ?) ?\\\"?(?.+?)?\\\"? extractVersionTemplate=\\\"?(?.*?)\\\"?\\s" + "# renovate: datasource=(?.+?) depName=(?.+?)\\s.*?(tag|_VERSION) ?(?\\??=|\\: ?) ?\\\"?(?.+?)?\\\"?( extractVersionTemplate=\\\"?(?.*?))?\\\"?\\s" ] }, {