diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 603f653..abf74a0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,14 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + golang-x-dependencies: + patterns: + - "golang.org/x/*" + zx2c4-dependencies: + patterns: + - "golang.zx2c4.com/*" + protobuf-dependencies: + patterns: + - "github.com/golang/protobuf" + - "google.golang.org/protobuf"