mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
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:
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user