Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 94de47a

Browse files
authored
maint: try using dependabot groups (#147)
## Which problem is this PR solving? - updates honeycombio/telemetry-team#487 ## Short description of the changes groups are in beta and allow configuring dependabot to open a single pr for grouped dependencies trying grouping testing dependencies together, so that a passing test suite is enough to merge that group grouping otel together, because more often than not we need to update all otel versions ## How to verify that this has the expected result dependabot continues to run and we get fewer PRs
1 parent 9f6da77 commit 94de47a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,14 @@ updates:
1515
- "honeycombio/telemetry-team"
1616
commit-message:
1717
prefix: "maint"
18-
include: "scope"
18+
include: "scope"
19+
groups:
20+
testing-dependencies:
21+
patterns:
22+
- "coverage"
23+
- "pytest"
24+
- "importlib-metadata"
25+
- "requests-mock"
26+
otel:
27+
patterns:
28+
- "opentelemetry*"

0 commit comments

Comments
 (0)