Squashed 'livekit-server/' content from commit 154b4d26

git-subtree-dir: livekit-server
git-subtree-split: 154b4d26b769c68a03c096124094b97bf61a996f
This commit is contained in:
2026-06-25 14:35:28 +09:00
commit 0da97ebd21
339 changed files with 114111 additions and 0 deletions
+33
View File
@@ -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"]
}