Skip to content

Commit

Permalink
Group some dependencies in dependabot (#7547)
Browse files Browse the repository at this point in the history
This will cause dependabot to open one PR that updates dependencies
matching these patterns in a single PR. For both AWS and otel, we depend
on multiple packages from them, which generally are good to bump
together.
  • Loading branch information
mcpherrinm committed Jun 17, 2024
1 parent 594cb13 commit 3f9190e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
groups:
aws:
patterns:
- "github.com/aws/*"
otel:
patterns:
- "go.opentelemetry.io/*"
open-pull-requests-limit: 1
schedule:
interval: "weekly"
Expand Down

0 comments on commit 3f9190e

Please sign in to comment.