Skip to content

Commit 9a1bbfb

Browse files
Erik Schillingstsquad
authored andcommitted
dependabot: also watch for crates.io updates
Config was adopted from vhost-device, after enabling grouped updates. Signed-off-by: Erik Schilling <[email protected]>
1 parent e91563e commit 9a1bbfb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
version: 2
22
updates:
3+
- package-ecosystem: cargo
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
allow:
8+
- dependency-type: direct
9+
- dependency-type: indirect
10+
groups:
11+
vm-virtio:
12+
patterns:
13+
- "*"
314
- package-ecosystem: gitsubmodule
415
directory: "/"
516
schedule:

0 commit comments

Comments
 (0)