Fix renovate config

This commit is contained in:
lukasIO 2024-01-13 10:49:14 +01:00
parent 39e48f4a2a
commit 02435b8eaf

View File

@ -1,12 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"extends": ["config:recommended"],
"packageRules": [
{
"matchSourceUrlPrefixes": ["https://github.com/livekit/"],
"rangeStrategy": "replace",
"matchUpdateTypes": ["patch", "minor"],
"groupName": "LiveKit dependencies (non-major)",
"automerge": true
@ -19,4 +16,3 @@
}
]
}