.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:
Rob Bradford 2022-03-08 14:21:46 +00:00
parent 08f4375177
commit 55a4803a4a

View File

@ -4,7 +4,7 @@ updates:
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 3
open-pull-requests-limit: 1
allow:
- dependency-type: direct
- dependency-type: indirect
@ -12,7 +12,7 @@ updates:
directory: "/fuzz"
schedule:
interval: daily
open-pull-requests-limit: 3
open-pull-requests-limit: 1
allow:
- dependency-type: direct
- dependency-type: indirect