Skip to content

Commit b69305e

Browse files
authored
CI: Increase the Dependabot "number of open PRs" limit (#218)
1 parent 83ec284 commit b69305e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ updates:
44
directory: "/"
55
schedule:
66
interval: monthly
7-
open-pull-requests-limit: 10
7+
open-pull-requests-limit: 99
88

99
- package-ecosystem: 'github-actions'
1010
directory: '/'
1111
schedule:
1212
interval: 'monthly'
13+
open-pull-requests-limit: 99
1314

1415
- package-ecosystem: npm
1516
directory: "/"
1617
schedule:
1718
interval: monthly
19+
open-pull-requests-limit: 99

0 commit comments

Comments
 (0)