Skip to content

Commit

Permalink
Group LiveKit dependencies in renovatebot (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO authored Jun 18, 2024
1 parent 7cd73d7 commit 92e50ec
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
{
"extends": ["config:base"],
"schedule": "on the first day of the month",
"rangeStrategy": "auto",
"packageRules": [
{
"schedule": "before 6am on the first day of the month",
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "devDependencies (non-major)"
},
{
"schedule": "before 6am on the first day of the month",
"matchPackagePrefixes": ["@rushstack"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "Rush stack (non-major)"
},
{
"matchPackagePrefixes": ["@livekit", "livekit-"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "LiveKit dependencies (non-major)"
}
]
}

0 comments on commit 92e50ec

Please sign in to comment.