Skip to content

Commit 966412e

Browse files
authored
Set open pull requests limit to 100 for ecosystems
Increased the open pull requests limit for nuget and github-actions ecosystems.
1 parent bb638bc commit 966412e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "monthly"
12+
open-pull-requests-limit: 100
1213
- package-ecosystem: "docker" # See documentation for possible values
1314
directory: "/" # Location of package manifests
1415
schedule:
@@ -17,3 +18,4 @@ updates:
1718
directory: "/"
1819
schedule:
1920
interval: "monthly"
21+
open-pull-requests-limit: 100

0 commit comments

Comments
 (0)