chore: Configure Renovate (#1)

Welcome to Renovate
<!--renovate-config-hash:94693a990c975907e7f13da3309b9d56ba02b3983519b41786edf5cf031e457c-->

Co-authored-by: Gottfried Mayer <fuse314@noreply.localhost>
Reviewed-on: #1
Co-authored-by: Renovate Bot <renovate@gma.name>
Co-committed-by: Renovate Bot <renovate@gma.name>
This commit is contained in:
Renovate Bot 2024-04-09 04:47:44 +00:00 committed by Gottfried Mayer
parent 3a09ef72df
commit 328744abe4
1 changed files with 15 additions and 0 deletions

15
renovate.json Normal file
View File

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