From 809e2dd5d1001a7611694d5db843a26edebeb504 Mon Sep 17 00:00:00 2001 From: cn Date: Fri, 19 Nov 2021 16:06:29 +0100 Subject: [PATCH] project: ignore Renovate Alpine 3.14 updates --- .github/renovate.json5 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index c7bf1d3..d93aba3 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -9,6 +9,7 @@ schedule: ["before 8am on thursday"], branchPrefix: "renovate-", dependencyDashboardHeader: "View repository job log [here](https://app.renovatebot.com/dashboard#github/cmur2/dyndnsd).", + separateMinorPatch: true, commitMessagePrefix: "project: ", commitMessageAction: "update", commitMessageTopic: "{{depName}}", @@ -19,6 +20,12 @@ 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"],