account/renovate.json
redbinder0526 5815518535
Some checks failed
Build and Test / account (push) Failing after 3m57s
Update renovate.json
2026-04-28 18:23:36 +02:00

14 lines
No EOL
288 B
JSON

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