Skip to content

Commit 38f388c

Browse files
authored
ci: Update dependabot to not limit PR count (#48)
1 parent 78eb04a commit 38f388c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,18 @@ updates:
99
interval: "daily"
1010
assignees:
1111
- "grant0417"
12+
open-pull-requests-limit: 100
1213
- package-ecosystem: "npm"
1314
directory: "/"
1415
schedule:
1516
interval: "daily"
1617
assignees:
1718
- "grant0417"
19+
open-pull-requests-limit: 100
1820
- package-ecosystem: "cargo"
1921
directory: "/"
2022
schedule:
2123
interval: "daily"
2224
assignees:
2325
- "grant0417"
26+
open-pull-requests-limit: 100

0 commit comments

Comments
 (0)