Skip to content

Commit b8968da

Browse files
committed
dependabot: put rust-vmm deps into separate PR
rust-vmm deps have to be updated in lockstep most of the time, due to tight inter-dependencies. However, releasing new versions of all rust-vmm crates often takes time, and having dependabot include partial rust-vmm updates in its big PR of the week just results in broken dependabot PRs. Thus, just sort out the rust-vmm dependencies into a separate PR (dependabot opens one PR per "group", and each dependency update is only included in the first group that matches it). Signed-off-by: Patrick Roy <[email protected]>
1 parent 80aa1de commit b8968da

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
@@ -9,6 +9,17 @@ updates:
99
- dependency-type: "all"
1010
open-pull-requests-limit: 100
1111
groups:
12+
rust-vmm:
13+
patterns:
14+
- "vmm-sys-util"
15+
- "kvm-bindings"
16+
- "kvm-ioctls"
17+
- "vm-memory"
18+
- "vhost"
19+
- "linux-loader"
20+
- "vm-allocator"
21+
- "event-manager"
22+
- "vm-superio"
1223
firecracker:
1324
patterns:
1425
- "*"

0 commit comments

Comments
 (0)