mirror of https://github.com/nodejs/node.git
tools: use a configurable value for number of open dependabot PRs
This way, we can disable all dependabot PRs from private forks. PR-URL: https://github.com/nodejs/node/pull/56427 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>pull/56459/head
parent
ccf45f6b39
commit
01554f316c
|
@ -8,7 +8,7 @@ updates:
|
|||
interval: monthly
|
||||
commit-message:
|
||||
prefix: meta
|
||||
open-pull-requests-limit: 10
|
||||
open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}
|
||||
|
||||
- package-ecosystem: npm
|
||||
directory: /tools/eslint
|
||||
|
@ -16,7 +16,7 @@ updates:
|
|||
interval: monthly
|
||||
commit-message:
|
||||
prefix: tools
|
||||
open-pull-requests-limit: 10
|
||||
open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}
|
||||
groups:
|
||||
eslint:
|
||||
applies-to: version-updates
|
||||
|
@ -29,7 +29,7 @@ updates:
|
|||
interval: monthly
|
||||
commit-message:
|
||||
prefix: tools
|
||||
open-pull-requests-limit: 10
|
||||
open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}
|
||||
groups:
|
||||
lint-md:
|
||||
applies-to: version-updates
|
||||
|
|
Loading…
Reference in New Issue