renovate.json

 1{
 2  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
 3  "extends": ["config:recommended"],
 4  "postUpdateOptions": ["gomodTidy"],
 5  "packageRules": [
 6    {
 7      "matchPackageNames": ["go"],
 8      "matchManagers": ["gomod", "github-actions"],
 9      "groupName": "go"
10    }
11  ]
12}