From 9eb98490041a714212f7a0b43f85daee9bb41ffc Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Sat, 8 Jan 2022 11:07:00 +0100 Subject: [PATCH] project: allow upgrade to Alpine 3.14 and above Beware of https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0#faccessat2 --- .github/renovate.json5 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d93aba3..7206bf2 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -20,12 +20,6 @@ matchManagers: ["bundler"], enabled: false, }, - // prevent minor updates to Alpine 3.14 due to https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0#faccessat2 - { - matchManagers: ["dockerfile"], - matchUpdateTypes: ["minor"], - enabled: false, - }, // Commit message formats { matchDatasources: ["docker"],