Skip to content

Commit 488906c

Browse files
committed
cicd: additional dependabot grouping
This should help a little with triage? Hopefully? Signed-off-by: Hank Donnay <hdonnay@redhat.com> Change-Id: If6cf4a867ba3858d018b99061d4bb6ce6a6a6964
1 parent 3223b9d commit 488906c

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,23 @@ updates:
1818
include: "scope"
1919
groups:
2020
otel:
21+
# All the otel modules.
22+
# These basically all move together.
2123
patterns:
22-
- "go.opentelemetry.io/otel/*"
24+
- "go.opentelemetry.io/*"
2325
golang-x:
26+
# All the "stdlib extensions".
27+
# These basically all move together.
2428
patterns:
2529
- "golang.org/x/*"
30+
dev:
31+
# All the modules that are only used in tests and tooling.
32+
patterns:
33+
- "github.com/google/go-cmp"
34+
- "github.com/pganalyze/pg_query_go/v6"
35+
- "github.com/wasilibs/go-pgquery"
36+
- "go.uber.org/mock"
37+
- "google.golang.org/protobuf"
2638
- package-ecosystem: "gomod"
2739
directory: "/toolkit"
2840
schedule:
@@ -33,7 +45,7 @@ updates:
3345
groups:
3446
otel:
3547
patterns:
36-
- "go.opentelemetry.io/otel/*"
48+
- "go.opentelemetry.io/*"
3749
golang-x:
3850
patterns:
3951
- "golang.org/x/*"
@@ -47,7 +59,7 @@ updates:
4759
groups:
4860
otel:
4961
patterns:
50-
- "go.opentelemetry.io/otel/*"
62+
- "go.opentelemetry.io/*"
5163
golang-x:
5264
patterns:
5365
- "golang.org/x/*"

0 commit comments

Comments
 (0)