Skip to content

Commit 708759b

Browse files
Fix Dependabot pull requests limit (#2017)
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. Also switch to weekly like the client.
1 parent 5e0b65e commit 708759b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ updates:
33
- package-ecosystem: nuget
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: weekly
7+
open-pull-requests-limit: 10
78
- package-ecosystem: github-actions
89
directory: "/"
910
schedule:
10-
interval: daily
11+
interval: weekly

0 commit comments

Comments
 (0)