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