From 17e29d45cb8497f9cc9b0259f220f44851866f9d Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sat, 2 Mar 2024 03:20:00 +0100
Subject: [PATCH] ci(renovate): use matchPackagePrefix for grouping

---
 renovate.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/renovate.json b/renovate.json
index 5589559af..52e2d106c 100644
--- a/renovate.json
+++ b/renovate.json
@@ -136,8 +136,8 @@
       "matchDatasources":[
         "docker"
       ],
-      "matchPackageNames": [
-        "gcr.io/distroless/*"
+      "matchPackagePrefixes": [
+        "gcr.io/distroless/"
       ],
       "groupName": "gcr.io/distroless"
     },
-- 
GitLab