vhost-device/.github/dependabot.yml
Stefano Garzarella 6c7d8a5efd 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>
2023-11-14 11:21:49 +01:00

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