Files
livekit/renovate.json
T
David Zhao 4b3856125c chore: pin GH commits and switch to golangci-lint (#4444)
* chore: pin GH commits

* switch to golangci-lint-action

* fix lint issues
2026-04-11 13:04:22 -07:00

35 lines
927 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "helpers:pinGitHubActionDigests"],
"minimumReleaseAge": "2 weeks",
"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"]
}