34 lines
869 B
JSON
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": []
|
|
}
|