vhost-device/.github/dependabot.yml
Viresh Kumar 620dd5fd01 dependabot: Allow updating dependencies
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>
2021-09-06 12:54:53 +05:30

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