From 54b3c04d61acf01bddace55a8f0cf8719b2a03cc Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 30 Mar 2025 21:33:43 +0200 Subject: [PATCH] fix(regexp): make registryUrl optional --- regexp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regexp.json b/regexp.json index 658ce04..17cd838 100644 --- a/regexp.json +++ b/regexp.json @@ -10,7 +10,7 @@ "(^|/)[\\w-]*\\.sh$" ], "matchStrings": [ - "=\"?(?[^\"\\n]*)\"? # renovate: datasource=(?.*) registryUrl=(?.*) depName=(?.*)" + "=\"?(?[^\"\\n]*)\"? # renovate: datasource=(?.*)( registryUrl=(?.*))? depName=(?.*)" ] } ]