{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], "gitAuthor": "Renovate Bot ", "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" } ] }