mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
.github: Avoid excessive rebase & rebuilds from dependabot
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>
This commit is contained in:
parent
08f4375177
commit
55a4803a4a
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -4,7 +4,7 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
open-pull-requests-limit: 3
|
open-pull-requests-limit: 1
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: direct
|
- dependency-type: direct
|
||||||
- dependency-type: indirect
|
- dependency-type: indirect
|
||||||
@ -12,7 +12,7 @@ updates:
|
|||||||
directory: "/fuzz"
|
directory: "/fuzz"
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
open-pull-requests-limit: 3
|
open-pull-requests-limit: 1
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: direct
|
- dependency-type: direct
|
||||||
- dependency-type: indirect
|
- dependency-type: indirect
|
||||||
|
Loading…
Reference in New Issue
Block a user