mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-26 06:32:44 +00:00
dependabot: run it also for staging crates
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>
This commit is contained in:
parent
9991d2e52e
commit
6c7d8a5efd
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
@ -11,6 +11,17 @@ updates:
|
||||
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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user