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:
parent
21be64b3d6
commit
8447fd7cfa
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user