Group some dependencies in dependabot (#7547)

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.
This commit is contained in:
Matthew McPherrin 2024-06-17 11:21:03 -04:00 committed by GitHub
parent 594cb1332f
commit 3f9190e63c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -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"