.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
1 changed files with 2 additions and 2 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue