From 867a8c71dc46403bceede51d3356e66c74d0c7f3 Mon Sep 17 00:00:00 2001 From: Juha Uotila <10782843+inffy@users.noreply.github.com> Date: Thu, 11 Dec 2025 17:31:44 +0200 Subject: [PATCH] feat(renovate): enable automerge and approve for common oci updates --- .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" + ] } ] }