chore: configure renovate

This commit is contained in:
Gottfried Mayer 2024-04-09 04:45:33 +00:00
parent cd6a51eacd
commit f2e6a09dbe
1 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"dependencyDashboard": false,
"prHourlyLimit": 5,
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}