mirror of
https://github.com/homarr-labs/dashboard-icons.git
synced 2025-09-26 17:30:19 +02:00
![homarr-renovate[bot]](/assets/img/avatar_default.png)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
15 lines
352 B
Text
15 lines
352 B
Text
{
|
|
$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,
|
|
}
|