account/renovate.json
redbinder0526 6fa8757538
All checks were successful
Build and Test / account (push) Successful in 21m6s
Update renovate.json
2026-04-28 15:06:41 +02:00

14 lines
No EOL
287 B
JSON

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