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>
This commit is contained in:
renovate[bot] 2023-02-03 11:05:55 +00:00 committed by GitHub
parent edc6fc9004
commit 81ad46fb10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
renovate.json Normal file
View file

@ -0,0 +1,17 @@
{
"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)"
}
]
}