dependabot: Allow updating dependencies

Allow crate updates on weekly basis.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This commit is contained in:
Viresh Kumar 2021-09-06 12:53:07 +05:30 committed by Sergio Lopez
parent f0af5f7fc2
commit f363fb2b53

View file

@ -1,5 +1,13 @@
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: