Skip to content

Commit 09a8da6

Browse files
committed
dependabot: explicitly exclude rust-vmm deps from firecracker group
Apparently, if a rust-vmm dep (currently vmm-sys-util) is included in a PR for the firecracker group _once_, it will indefinitely be stuck in there. So explicitly exclude these deps from that group, in hopes of getting dependabot to understand that it should split the current PR into two. Signed-off-by: Patrick Roy <[email protected]>
1 parent a230d70 commit 09a8da6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,13 @@ updates:
2222
firecracker:
2323
patterns:
2424
- "*"
25+
exclude-patterns:
26+
- "vmm-sys-util"
27+
- "kvm-bindings"
28+
- "kvm-ioctls"
29+
- "vm-memory"
30+
- "vhost"
31+
- "linux-loader"
32+
- "vm-allocator"
33+
- "event-manager"
34+
- "vm-superio"

0 commit comments

Comments
 (0)