7bb5d411e3
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.
18 lines
367 B
YAML
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
|