Update renovate.json

This commit is contained in:
2024-07-31 22:34:10 +02:00
parent f167125365
commit 51657d9cbc

View File

@@ -1,5 +1,10 @@
{ {
"extends": [ "extends": [
"config:best-practices" "config:best-practices"
] ],
"packageRules": [{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}]
} }