Skip to content

Commit 5e37a43

Browse files
committed
Remove dependabot PR limit
1 parent d7d2fda commit 5e37a43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
open-pull-requests-limit: 0
78
- package-ecosystem: "npm"
89
directory: "/"
910
schedule:
1011
interval: "weekly"
12+
open-pull-requests-limit: 0
1113
groups:
12-
eslint:
14+
typescript-eslint:
1315
patterns:
14-
- "eslint"
15-
- "@eslint/*"
1616
- "@typescript-eslint/*"
1717
fig:
1818
patterns:

0 commit comments

Comments
 (0)