mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-26 06:32:44 +00:00
Group `rust-vmm` crates and `non-rust-vmm` crates with security-updates into weekly update, leave the rest dependencies to monthly update in dependabot configuration. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: cargo
|
|
directories:
|
|
- "/"
|
|
- "/staging/"
|
|
schedule:
|
|
interval: weekly
|
|
allow:
|
|
- dependency-type: direct
|
|
- dependency-type: indirect
|
|
groups:
|
|
rust-vmm:
|
|
patterns:
|
|
- "vhost"
|
|
- "vhost-user-backend"
|
|
- "virtio-bindings"
|
|
- "virtio-queue"
|
|
- "virtio-vsock"
|
|
- "vm-memory"
|
|
- "vmm-sys-util"
|
|
non-rust-vmm:
|
|
applies-to: security-updates
|
|
patterns:
|
|
- "*"
|
|
exclude-patterns:
|
|
- "vhost"
|
|
- "vhost-user-backend"
|
|
- "virtio-bindings"
|
|
- "virtio-queue"
|
|
- "virtio-vsock"
|
|
- "vm-memory"
|
|
- "vmm-sys-util"
|
|
- package-ecosystem: cargo
|
|
directories:
|
|
- "/"
|
|
- "/staging/"
|
|
schedule:
|
|
interval: monthly
|
|
allow:
|
|
- dependency-type: direct
|
|
- dependency-type: indirect
|
|
groups:
|
|
vhost-device:
|
|
patterns:
|
|
- "*"
|
|
- package-ecosystem: gitsubmodule
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 10
|