19 lines
547 B
JSON
19 lines
547 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"packageRules": [
|
|
{
|
|
"schedule": "before 6am on the first day of the month",
|
|
"matchDepTypes": ["devDependencies"],
|
|
"matchUpdateTypes": ["patch", "minor"],
|
|
"groupName": "devDependencies (non-major)"
|
|
},
|
|
{
|
|
"matchSourceUrlPrefixes": ["https://github.com/livekit/"],
|
|
"matchUpdateTypes": ["patch", "minor"],
|
|
"groupName": "LiveKit dependencies (non-major)",
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|