mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 11:31:14 +00:00
55a4803a4a
Reduce the number of open pull requests dependabot will create to avoid excessive rebase and rebuilds of PRs. This avoids a situation with a 2nd PR being rebased after a 1st is merged resulting in a wasteful rebuild. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
19 lines
370 B
YAML
19 lines
370 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: cargo
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 1
|
|
allow:
|
|
- dependency-type: direct
|
|
- dependency-type: indirect
|
|
- package-ecosystem: cargo
|
|
directory: "/fuzz"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 1
|
|
allow:
|
|
- dependency-type: direct
|
|
- dependency-type: indirect
|