mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-27 15:45:44 +00:00
This should group updates into a single PR. Hopefully, that simplfies updates. Updates that do _actually_ require code changes, will need a separate PR anyway, after which dependabot can be asked to rebase/recreate. Suggested-by: Patrick Roy <roypat@amazon.co.uk> Suggested-by: Stefano Garzarella <sgarzare@redhat.com> Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
19 lines
343 B
YAML
19 lines
343 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: cargo
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
allow:
|
|
- dependency-type: direct
|
|
- dependency-type: indirect
|
|
groups:
|
|
vhost-device:
|
|
patterns:
|
|
- "*"
|
|
- package-ecosystem: gitsubmodule
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 10
|