Skip to content

Commit

Permalink
dependabot: group together common deps (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
wadey authored Aug 8, 2023
1 parent 7ecafbe commit 5671c66
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 5671c66

Please sign in to comment.