From 79adee4b2985077853f0b53477fbb34920cddf08 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Sun, 14 Dec 2025 14:23:05 -0500 Subject: [PATCH] =?UTF-8?q?Revert=20"feat(renovate):=20enable=20automerge?= =?UTF-8?q?=20and=20approve=20for=20common=20oci=20updates=20(=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 9b457c77f8c5553e2d71b977f9c15d9109672277. --- .github/renovate.json5 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 3ac108bfc1c..1ea64a5bcec 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -41,10 +41,7 @@ { "automerge": true, "matchUpdateTypes": ["digest"], - "matchDepNames": [ - "ghcr.io/ublue-os/silverblue-main", - "ghcr.io/projectbluefin/common" - ] + "matchDepNames": ["ghcr.io/ublue-os/silverblue-main"], } ] }