Update renovate.json

This commit is contained in:
bustikiller 2024-08-11 14:16:55 +00:00
parent 25070ab2a8
commit 809a1f517d

View File

@ -1,3 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": ["dependencies"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}