8447fd7cfa
This updates dependabot config, dropping the "tooling" subdirectory fixing the path to the top-level cargo manifest.
18 lines
363 B
YAML
18 lines
363 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: cargo
|
|
directory: "/rust/libdnf-sys"
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 3
|
|
- package-ecosystem: cargo
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 3
|
|
- package-ecosystem: gitsubmodule
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 3
|