Fix renovate config
This commit is contained in:
parent
39e48f4a2a
commit
02435b8eaf
@ -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 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user