mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-28 16:29:45 +00:00
Remove the incorrect file dependabot.yaml and edit the correct one to allow crate updates on weekly basis. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
16 lines
309 B
YAML
16 lines
309 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: cargo
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 3
|
|
allow:
|
|
- dependency-type: direct
|
|
- dependency-type: indirect
|
|
- package-ecosystem: gitsubmodule
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 10
|