Squashed 'livekit-server/' content from commit 154b4d26
git-subtree-dir: livekit-server git-subtree-split: 154b4d26b769c68a03c096124094b97bf61a996f
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:base"],
|
||||
"commitBody": "Generated by renovateBot",
|
||||
"packageRules": [
|
||||
{
|
||||
"schedule": "before 6am every monday",
|
||||
"matchManagers": ["github-actions"],
|
||||
"groupName": "github workflows"
|
||||
},
|
||||
{
|
||||
"schedule": "before 6am every monday",
|
||||
"matchManagers": ["dockerfile"],
|
||||
"groupName": "docker deps"
|
||||
},
|
||||
{
|
||||
"schedule": "before 6am every monday",
|
||||
"matchManagers": ["gomod"],
|
||||
"groupName": "go deps"
|
||||
},
|
||||
{
|
||||
"matchManagers": ["gomod"],
|
||||
"matchPackagePrefixes": ["github.com/pion"],
|
||||
"groupName": "pion deps"
|
||||
},
|
||||
{
|
||||
"matchManagers": ["gomod"],
|
||||
"matchPackagePrefixes": ["github.com/livekit"],
|
||||
"groupName": "livekit deps"
|
||||
}
|
||||
],
|
||||
"postUpdateOptions": ["gomodTidy"]
|
||||
}
|
||||
Reference in New Issue
Block a user