From d25b8d207ed1535a001750d7ba1cbf6efaaac776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Sat, 18 May 2024 17:18:31 +0200 Subject: [PATCH] Update renovate.json Group Jetty packages --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index d4257f58..d9d640bd 100644 --- a/renovate.json +++ b/renovate.json @@ -34,6 +34,11 @@ "description": "Label packages required at runtime", "matchDepTypes": ["dependencies"], "addLabels": ["runtime"] + }, + { + "description": "Group Jetty packages", + "matchPackagePrefixes": ["org.eclipse.jetty"], + "groupName": "Jetty packages" } ] }