Skip to content

Commit a77cd75

Browse files
authored
Group otel and k8s.io updates (#2200)
Problem: Otel and k8s dependencies are often upgraded all at once and depend on one another Solution: Instruct dependabot to group all the dependencies of the same set of libraries in a single PR
1 parent a5507f7 commit a77cd75

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .github/dependabot.yml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ updates:
1010
- "**/*"
1111
schedule:
1212
interval: daily
13+
groups:
14+
otel:
15+
patterns:
16+
- "go.opentelemetry.io/otel*"
17+
k8s.io:
18+
patterns:
19+
- "k8s.io/*"
1320

1421
- package-ecosystem: docker
1522
directories:

0 commit comments

Comments
 (0)