From 092f1e478a7059e23445576d7542509e47616163 Mon Sep 17 00:00:00 2001 From: Juha Uotila <10782843+inffy@users.noreply.github.com> Date: Mon, 1 Jun 2026 15:10:10 +0300 Subject: [PATCH] chore(renovate): disable alpine digest pin --- .github/renovate.json5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 19dcdcf..a9a0815 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -39,5 +39,11 @@ 'ghcr.io/ublue-os/aurora-wallpapers', ], }, + { + matchDepNames: [ + 'docker.io/library/alpine', + ], + pinDigests: false, + }, ], }