github: update dependabot config

This updates dependabot config, dropping the "tooling" subdirectory
fixing the path to the top-level cargo manifest.
This commit is contained in:
Luca BRUNO 2021-01-20 11:47:36 +00:00 committed by OpenShift Merge Robot
parent 21be64b3d6
commit 8447fd7cfa

View File

@ -6,12 +6,7 @@ updates:
interval: weekly
open-pull-requests-limit: 3
- package-ecosystem: cargo
directory: "/rust"
schedule:
interval: weekly
open-pull-requests-limit: 3
- package-ecosystem: cargo
directory: "/tooling"
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 3