Skip to content

Commit 4dd612a

Browse files
committed
.github/dependabot.yml: group certain dependencies
this way they will get bumped together in the same PR.
1 parent 3f6e9f3 commit 4dd612a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@ updates:
66
interval: weekly
77
assignees:
88
- flavianmissi
9-
open-pull-requests-limit: 1
9+
groups:
10+
openshift-dependencies:
11+
patterns:
12+
- "github.com/openshift/*"
13+
exclude-patterns:
14+
- "github.com/openshift/build-machinery-go"
15+
k8s-dependencies:
16+
patterns:
17+
- "k8s.io/*"

0 commit comments

Comments
 (0)