Files
server-sdk-go/renovate.json
David Zhao a23b81de61 chore: pin GHA by commit, switch to golangci-lint (#884)
* chore: pin GHA by commit, switch to golangci-lint

* fix
2026-04-12 12:53:40 -07:00

34 lines
869 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", "helpers:pinGitHubActionDigests"],
"minimumReleaseAge": "2 weeks",
"schedule": ["before 9am on monday"],
"postUpdateOptions": ["gomodTidy"],
"commitBody": "Generated by renovateBot",
"packageRules": [
{
"matchManagers": ["github-actions"],
"groupName": "github workflows"
},
{
"matchManagers": ["dockerfile"],
"groupName": "docker deps"
},
{
"matchManagers": ["gomod"],
"groupName": "go deps"
},
{
"matchManagers": ["gomod"],
"groupName": "pion deps",
"matchPackageNames": ["github.com/pion{/,}**"]
},
{
"matchManagers": ["gomod"],
"groupName": "LiveKit go deps",
"matchPackageNames": ["github.com/livekit{/,}**"]
}
],
"ignorePaths": []
}