19 lines
541 B
JSON
19 lines
541 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"gitAuthor": "Renovate Bot <renovate@samoneal.io>",
|
|
"enabledManagers": ["gomod", "git-submodules", "github-actions"],
|
|
"git-submodules": {
|
|
"enabled": true
|
|
},
|
|
"dependencyDashboard": false,
|
|
"packageRules": [
|
|
{
|
|
"description": "Group non-breaking infra (Go) updates into one PR",
|
|
"matchManagers": ["gomod"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"groupName": "infra go dependencies"
|
|
}
|
|
]
|
|
}
|