Skip to content

Commit 8ccd94f

Browse files
committed
Group otel and k8s.io updates (nginx#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 7aa6aab commit 8ccd94f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
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)