livekit-dgn/renovate.json
renovate[bot] 81ad46fb10
Configure Renovate (#14)
* Add renovate.json

* custom config

* fix config

* update

* update

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lukas <mail@lukasseiler.de>
2023-02-03 11:05:55 +00:00

17 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)"
}
]
}