18 lines
462 B
JSON
18 lines
462 B
JSON
|
{
|
||
|
"extends": ["config:base"],
|
||
|
"packageRules": [
|
||
|
{
|
||
|
"matchSourceUrlPrefixes": ["https://github.com/livekit/"],
|
||
|
"rangeStrategy": "replace",
|
||
|
"groupName": "LiveKit dependencies (non-major)",
|
||
|
"automerge": true
|
||
|
},
|
||
|
{
|
||
|
"schedule": "before 6am on the first day of the month",
|
||
|
"matchDepTypes": ["devDependencies"],
|
||
|
"matchUpdateTypes": ["patch", "minor"],
|
||
|
"groupName": "devDependencies (non-major)"
|
||
|
}
|
||
|
]
|
||
|
}
|