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" + ] } ] }