1
0
Fork 0
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:
homarr-renovate[bot] 2025-08-31 21:28:59 +02:00 committed by GitHub
parent 611483a27d
commit cb5ebcfe52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

15
renovate.json5 Normal file
View 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,
}