Skip to content

Commit c70651a

Browse files
committed
Increase Dependabot open-pull-requests-limit to 20
The default limit of 5 caused Dependabot to stop creating new PRs when CI-failing PRs accumulated without being closed, blocking major version updates for @actions/core and @actions/github.
1 parent 5a427bc commit c70651a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "daily"
12+
open-pull-requests-limit: 20
1213
groups:
1314
jest:
1415
patterns:

0 commit comments

Comments
 (0)