Add initial renovate config

This commit is contained in:
Michael Huebner 2025-07-14 09:01:30 +02:00
parent 51d1f25c57
commit 63e05256cb

24
renovate.json Normal file
View file

@ -0,0 +1,24 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"prHourlyLimit": 0,
"labels": [
"version"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
}
],
"hostRules": [
{
"concurrentRequestLimit": 0
}
]
}