mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
dependabot: allow up to 10 open PR's
Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
parent
49ddff7026
commit
75b418c646
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
@ -14,6 +14,7 @@ updates:
|
|||||||
artifacts:
|
artifacts:
|
||||||
patterns:
|
patterns:
|
||||||
- actions/*-artifact
|
- actions/*-artifact
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
|
||||||
- package-ecosystem: bundler
|
- package-ecosystem: bundler
|
||||||
directory: /Library/Homebrew
|
directory: /Library/Homebrew
|
||||||
@ -25,6 +26,7 @@ updates:
|
|||||||
sorbet:
|
sorbet:
|
||||||
patterns:
|
patterns:
|
||||||
- "sorbet*"
|
- "sorbet*"
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directory: /
|
directory: /
|
||||||
@ -32,6 +34,7 @@ updates:
|
|||||||
interval: daily
|
interval: daily
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: all
|
- dependency-type: all
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
|
||||||
- package-ecosystem: docker
|
- package-ecosystem: docker
|
||||||
directory: /
|
directory: /
|
||||||
@ -39,6 +42,7 @@ updates:
|
|||||||
interval: daily
|
interval: daily
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: all
|
- dependency-type: all
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
|
||||||
- package-ecosystem: devcontainers
|
- package-ecosystem: devcontainers
|
||||||
directory: /
|
directory: /
|
||||||
@ -46,6 +50,7 @@ updates:
|
|||||||
interval: daily
|
interval: daily
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: all
|
- dependency-type: all
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
|
||||||
- package-ecosystem: pip
|
- package-ecosystem: pip
|
||||||
directory: /
|
directory: /
|
||||||
@ -53,6 +58,7 @@ updates:
|
|||||||
interval: daily
|
interval: daily
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: all
|
- dependency-type: all
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
|
||||||
- package-ecosystem: pip
|
- package-ecosystem: pip
|
||||||
directory: /Library/Homebrew/formula-analytics/
|
directory: /Library/Homebrew/formula-analytics/
|
||||||
@ -60,3 +66,4 @@ updates:
|
|||||||
interval: daily
|
interval: daily
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: all
|
- dependency-type: all
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user