mirror of
https://github.com/livekit/livekit.git
synced 2026-03-29 09:19:53 +00:00
35 lines
740 B
JSON
35 lines
740 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"commitBody": "Generated by renovateBot",
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"groupName": "github workflows"
|
|
},
|
|
{
|
|
"matchManagers": ["dockerfile"],
|
|
"groupName": "docker deps"
|
|
},
|
|
{
|
|
"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"
|
|
]
|
|
}
|