mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-25 22:18:59 +00:00
ci: Reduce non-rust-vmm crates update frequency
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>
This commit is contained in:
parent
db63d2057c
commit
4de2e8bb2b
30
.github/dependabot.yml
vendored
30
.github/dependabot.yml
vendored
@ -1,20 +1,42 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: cargo
|
||||
directory: "/"
|
||||
directories:
|
||||
- "/"
|
||||
- "/staging/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
allow:
|
||||
- dependency-type: direct
|
||||
- dependency-type: indirect
|
||||
groups:
|
||||
vhost-device:
|
||||
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
|
||||
directory: "/staging/"
|
||||
directories:
|
||||
- "/"
|
||||
- "/staging/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
interval: monthly
|
||||
allow:
|
||||
- dependency-type: direct
|
||||
- dependency-type: indirect
|
||||
|
||||
Loading…
Reference in New Issue
Block a user