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.
This commit is contained in:
parent
7b1cdca433
commit
7bb5d411e3
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user