rpm-ostree/.github/dependabot.yml
Jonathan Lebon 7bb5d411e3 dependabot: Drop pull request limit to 3
Until Dependabot learns to batch PRs
(https://github.com/dependabot/dependabot-core/issues/1190), let's
reduce the churn here by limiting to 3 PRs at a time. Otherwise, it's a
massive pain to get them all in and taxes our CI heavily.
2020-10-19 18:05:19 -04:00

18 lines
367 B
YAML

version: 2
updates:
- package-ecosystem: cargo
directory: "/rust/libdnf-sys"
schedule:
interval: weekly
open-pull-requests-limit: 3
- package-ecosystem: cargo
directory: "/rust"
schedule:
interval: weekly
open-pull-requests-limit: 3
- package-ecosystem: gitsubmodule
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 3