mirror of
https://github.com/homarr-labs/dashboard-icons.git
synced 2025-10-27 23:50:46 +01:00
chore: configure renovate (#1858)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
parent
611483a27d
commit
cb5ebcfe52
1 changed files with 15 additions and 0 deletions
15
renovate.json5
Normal file
15
renovate.json5
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
$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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue