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:
parent
594cb1332f
commit
3f9190e63c
|
|
@ -3,6 +3,13 @@ version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "gomod"
|
- package-ecosystem: "gomod"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
groups:
|
||||||
|
aws:
|
||||||
|
patterns:
|
||||||
|
- "github.com/aws/*"
|
||||||
|
otel:
|
||||||
|
patterns:
|
||||||
|
- "go.opentelemetry.io/*"
|
||||||
open-pull-requests-limit: 1
|
open-pull-requests-limit: 1
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue