From 7199625a0089fc08635ccccb89637454aaa61bb5 Mon Sep 17 00:00:00 2001 From: Tobias Jungel <1773291+toanju@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:21:51 +0200 Subject: [PATCH] Remove packageRules from renovate.json --- renovate.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/renovate.json b/renovate.json index 67b763c..c756739 100644 --- a/renovate.json +++ b/renovate.json @@ -40,15 +40,5 @@ "versioningTemplate": "loose", "autoReplaceStringTemplate": "EDK2_VERSION=\"{{{newValue}}}%2Bbp2150\"" } - ], - "packageRules": [ - { - "matchPackageNames": [ - "gardenlinux/package-libvirt", - "gardenlinux/package-cloud-hypervisor-gl", - "gardenlinux/package-edk2-cloud-hypervisor-gl" - ], - "groupName": "SCI custom packages" - } ] }