mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-22 00:54:22 +01:00
project: ignore Renovate Alpine 3.14 updates
This commit is contained in:
parent
bdda57c4bc
commit
809e2dd5d1
7
.github/renovate.json5
vendored
7
.github/renovate.json5
vendored
@ -9,6 +9,7 @@
|
|||||||
schedule: ["before 8am on thursday"],
|
schedule: ["before 8am on thursday"],
|
||||||
branchPrefix: "renovate-",
|
branchPrefix: "renovate-",
|
||||||
dependencyDashboardHeader: "View repository job log [here](https://app.renovatebot.com/dashboard#github/cmur2/dyndnsd).",
|
dependencyDashboardHeader: "View repository job log [here](https://app.renovatebot.com/dashboard#github/cmur2/dyndnsd).",
|
||||||
|
separateMinorPatch: true,
|
||||||
commitMessagePrefix: "project: ",
|
commitMessagePrefix: "project: ",
|
||||||
commitMessageAction: "update",
|
commitMessageAction: "update",
|
||||||
commitMessageTopic: "{{depName}}",
|
commitMessageTopic: "{{depName}}",
|
||||||
@ -19,6 +20,12 @@
|
|||||||
matchManagers: ["bundler"],
|
matchManagers: ["bundler"],
|
||||||
enabled: false,
|
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
|
// Commit message formats
|
||||||
{
|
{
|
||||||
matchDatasources: ["docker"],
|
matchDatasources: ["docker"],
|
||||||
|
Loading…
Reference in New Issue
Block a user