Skip to content

Commit acdcfe6

Browse files
author
Erik Schilling
committed
dependabot: enable update grouping
This should group updates into a single PR. Hopefully, that simplfies updates. Updates that do _actually_ require code changes, will need a separate PR anyway, after which dependabot can be asked to rebase/recreate. Suggested-by: Patrick Roy <[email protected]> Suggested-by: Stefano Garzarella <[email protected]> Signed-off-by: Erik Schilling <[email protected]>
1 parent 5a7759e commit acdcfe6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ updates:
44
directory: "/"
55
schedule:
66
interval: weekly
7-
open-pull-requests-limit: 3
87
allow:
98
- dependency-type: direct
109
- dependency-type: indirect
10+
groups:
11+
vhost-device:
12+
patterns:
13+
- "*"
1114
- package-ecosystem: gitsubmodule
1215
directory: "/"
1316
schedule:

0 commit comments

Comments
 (0)