rpm-ostree/.github/dependabot.yml
Luca BRUNO 8447fd7cfa github: update dependabot config
This updates dependabot config, dropping the "tooling" subdirectory
fixing the path to the top-level cargo manifest.
2021-01-20 09:32:14 -05:00

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