Skip to content

Commit

Permalink
dependabot: Drop pull request limit to 3
Browse files Browse the repository at this point in the history
Until Dependabot learns to batch PRs
(dependabot/dependabot-core#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.
  • Loading branch information
jlebon authored and openshift-merge-robot committed Oct 19, 2020
1 parent 7b1cdca commit 7bb5d41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ updates:
directory: "/rust/libdnf-sys"
schedule:
interval: weekly
open-pull-requests-limit: 10
open-pull-requests-limit: 3
- package-ecosystem: cargo
directory: "/rust"
schedule:
interval: weekly
open-pull-requests-limit: 10
open-pull-requests-limit: 3
- package-ecosystem: gitsubmodule
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
open-pull-requests-limit: 3

0 comments on commit 7bb5d41

Please sign in to comment.