Configure Renovate (#5)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: lukasIO <mail@lukasseiler.de>
This commit is contained in:
renovate[bot] 2024-01-13 10:45:30 +01:00 committed by GitHub
parent 0917ba29a2
commit 39e48f4a2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
renovate.json Normal file
View File

@ -0,0 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchSourceUrlPrefixes": ["https://github.com/livekit/"],
"rangeStrategy": "replace",
"matchUpdateTypes": ["patch", "minor"],
"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)"
}
]
}