refactor: add global sane rules
renovate / renovate (push) Successful in 29s

This commit is contained in:
2026-04-27 11:55:35 +01:00
parent 087b3ff9f9
commit 8b5b13dfff
2 changed files with 28 additions and 9 deletions
+1 -8
View File
@@ -1,10 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}