Update renovate.json
All checks were successful
Build and Test / account (push) Successful in 21m6s

This commit is contained in:
redbinder0526 2026-04-28 15:06:41 +02:00
commit 6fa8757538

View file

@ -1,3 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"matchUpdateTypes": ["major"],
"automerge": false
}
]
}