Group together deps that are often updated together. - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
@@ -9,3 +9,14 @@ updates:
directory: "/"
schedule:
interval: "weekly"
+ groups:
+ golang-x-dependencies:
+ patterns:
+ - "golang.org/x/*"
+ zx2c4-dependencies:
+ - "golang.zx2c4.com/*"
+ protobuf-dependencies:
+ - "github.com/golang/protobuf"
+ - "google.golang.org/protobuf"