Skip to content

Commit 7f2601a

Browse files
Fix Dependabot pull requests limit (#4541)
There seems to be a bug in the backend that thinks we're hitting the default limit of 5 even when no PRs are open.
1 parent 70fe379 commit 7f2601a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ updates:
44
directory: "/"
55
schedule:
66
interval: weekly
7+
open-pull-requests-limit: 10
78
- package-ecosystem: github-actions
89
directory: "/"
910
schedule:

0 commit comments

Comments
 (0)