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>
This commit is contained in:
Viresh Kumar 2021-09-06 12:46:39 +05:30
parent 28bb62a9c7
commit 620dd5fd01
2 changed files with 6 additions and 11 deletions

View File

@ -1,8 +0,0 @@
version: 2
updates:
- package-ecosystem: gitsubmodule
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10

View File

@ -3,10 +3,13 @@ updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
interval: weekly
open-pull-requests-limit: 3
allow:
- dependency-type: direct
- dependency-type: indirect
- package-ecosystem: gitsubmodule
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10