mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-09-04 14:21:33 +02:00
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
16 lines
352 B
Plaintext
16 lines
352 B
Plaintext
{
|
|
$schema: "https://docs.renovatebot.com/renovate-schema.json",
|
|
extends: ["config:recommended"],
|
|
packageRules: [
|
|
{
|
|
matchUpdateTypes: ["minor", "patch", "pin", "digest"],
|
|
automerge: true,
|
|
},
|
|
],
|
|
updateInternalDeps: true,
|
|
rangeStrategy: "bump",
|
|
automerge: false,
|
|
baseBranches: ["main"],
|
|
dependencyDashboard: false,
|
|
}
|