From 93ddcdc729f7a71c1b6d472d90c50ce0859be421 Mon Sep 17 00:00:00 2001 From: inffy <10782843+inffy@users.noreply.github.com> Date: Tue, 16 Dec 2025 16:45:01 +0200 Subject: [PATCH] feat: bring back renovate --- .github/renovate.json5 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1ea64a5bcec..3ac108bfc1c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -41,7 +41,10 @@ { "automerge": true, "matchUpdateTypes": ["digest"], - "matchDepNames": ["ghcr.io/ublue-os/silverblue-main"], + "matchDepNames": [ + "ghcr.io/ublue-os/silverblue-main", + "ghcr.io/projectbluefin/common" + ] } ] }