Skip to content

Commit 703c483

Browse files
authored
Dependabot docker-compose should group changes into a single PR (#8811)
This ensures that less-important containers (e.g. jaeger) can't starve out more important containers (e.g. pkimetal) from being updated.
1 parent 57214b4 commit 703c483

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ updates:
3131
open-pull-requests-limit: 1
3232
cooldown:
3333
default-days: 7
34+
groups:
35+
docker-compose:
36+
patterns:
37+
- "*"
3438
allow:
3539
- dependency-name: "ghcr.io/pkimetal/pkimetal"
3640
- dependency-name: "jaegertracing/all-in-one"

0 commit comments

Comments
 (0)