Skip to content

Commit 51fd1d4

Browse files
committed
1 parent 2196327 commit 51fd1d4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ updates:
55
schedule:
66
interval: "weekly"
77
open-pull-requests-limit: 10
8+
groups:
9+
golang-x:
10+
patterns:
11+
- "golang.org/x/*"
12+
k8s:
13+
patterns:
14+
- "k8s.io/*"
15+
moby-sys:
16+
patterns:
17+
- "github.com/moby/sys/*"
18+
otel:
19+
patterns:
20+
- "go.opentelemetry.io/*"
821
- package-ecosystem: "github-actions"
922
directory: "/"
1023
schedule:

0 commit comments

Comments
 (0)