Limit the total number of Dependabot PRs to 2 (#5975)

This allows not to be overwhelmed with such PRs.

Signed-off-by: Armel Soro <asoro@redhat.com>
This commit is contained in:
Armel Soro
2022-07-27 10:32:37 +02:00
committed by GitHub
parent 02bd7b8d01
commit a62f0f051a

View File

@@ -10,7 +10,7 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
# Set this to 0 to disable version updates
open-pull-requests-limit: 3
open-pull-requests-limit: 1
commit-message:
prefix: "Go"
schedule:
@@ -28,7 +28,7 @@ updates:
- package-ecosystem: "npm"
directory: "/docs/website"
# Set this to 0 to disable version updates
open-pull-requests-limit: 2
open-pull-requests-limit: 1
commit-message:
prefix: "Website"
schedule: