Configure Renovate #1

Merged
bustikiller merged 2 commits from renovate/configure into main 2024-08-11 14:17:29 +00:00
Showing only changes of commit 809a1f517d - Show all commits

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
}
]
}