Skip to content

Commit

Permalink
chore(ci): Increase our dependabot open PR limit (#1670)
Browse files Browse the repository at this point in the history
Since we're keeping some dependencies in draft until the updates stabilize, I'm noticing issues where dependabot won't open enough PRs to update everything. This increases the default limit of 5 to 20.
  • Loading branch information
blaine-arcjet authored Sep 16, 2024
1 parent 580132b commit 5dee404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ updates:
schedule:
# Our dependencies should be checked daily
interval: daily
open-pull-requests-limit: 20
assignees:
- blaine-arcjet
reviewers:
Expand Down

0 comments on commit 5dee404

Please sign in to comment.