mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-27 15:45:44 +00:00
We forgot to tell dependabot to also run in the "staging" nested workspace. Let's enable it. Closes #536 Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
30 lines
559 B
YAML
30 lines
559 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: cargo
|
|
directory: "/staging/"
|
|
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
|