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