Skip to content

Commit 7a0dd2d

Browse files
aduh95RafaelGSS
authored andcommitted
tools: use a configurable value for number of open dependabot PRs
This way, we can disable all dependabot PRs from private forks. PR-URL: #56427 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent c249c97 commit 7a0dd2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ updates:
88
interval: monthly
99
commit-message:
1010
prefix: meta
11-
open-pull-requests-limit: 10
11+
open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}
1212

1313
- package-ecosystem: npm
1414
directory: /tools/eslint
1515
schedule:
1616
interval: monthly
1717
commit-message:
1818
prefix: tools
19-
open-pull-requests-limit: 10
19+
open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}
2020
groups:
2121
eslint:
2222
applies-to: version-updates
@@ -29,7 +29,7 @@ updates:
2929
interval: monthly
3030
commit-message:
3131
prefix: tools
32-
open-pull-requests-limit: 10
32+
open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}
3333
groups:
3434
lint-md:
3535
applies-to: version-updates

0 commit comments

Comments
 (0)