Skip to content

Commit 7e8373b

Browse files
rxiddhiaduh95
authored andcommitted
tools: replace invalid expression in dependabot config
PR-URL: #60649 Fixes: #60637 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
1 parent ee333c9 commit 7e8373b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ updates:
1010
semver-major-days: 5
1111
semver-minor-days: 5
1212
semver-patch-days: 5
13-
1413
commit-message:
1514
prefix: meta
16-
open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}
15+
open-pull-requests-limit: 10
1716

1817
- package-ecosystem: npm
1918
directory: /tools/eslint
@@ -25,7 +24,7 @@ updates:
2524
semver-patch-days: 5
2625
commit-message:
2726
prefix: tools
28-
open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}
27+
open-pull-requests-limit: 10
2928
groups:
3029
eslint:
3130
applies-to: version-updates
@@ -42,7 +41,7 @@ updates:
4241
semver-patch-days: 5
4342
commit-message:
4443
prefix: tools
45-
open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}
44+
open-pull-requests-limit: 10
4645
groups:
4746
lint-md:
4847
applies-to: version-updates
@@ -59,7 +58,7 @@ updates:
5958
semver-patch-days: 5
6059
commit-message:
6160
prefix: tools
62-
open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}
61+
open-pull-requests-limit: 10
6362
groups:
6463
doc:
6564
applies-to: version-updates

0 commit comments

Comments
 (0)