From a1f5a5b5a13ea4daf142b889c40aeda2bc9199ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Mart=C3=ADn?= Date: Fri, 11 Jul 2025 08:01:15 +0200 Subject: [PATCH] Escape slash characters in matchPackageNames regex MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miguel Martín --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index a7818c4..9d59533 100644 --- a/renovate.json +++ b/renovate.json @@ -16,7 +16,7 @@ "packageRules": [ { "matchPackageNames": [ - "/^quay.io/bootc-devel/tekton-catalog//" + "/^quay.io\/bootc-devel\/tekton-catalog\//" ], "enabled": true, "groupName": "Konflux references",