Skip to content

Commit

Permalink
Increase dependabot PR limit for Ruby gems
Browse files Browse the repository at this point in the history
Dependabot has a default limit of 5 for the number of pull requests it
will open on a repo [1]. We have missed some updates this week, since
Dependabot has been limited to the number of PRs it can open.

Therefore increasing the limit to 20, as we are unlikely to exceed this.

1: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors#dependabot-cannot-open-any-more-pull-requests
  • Loading branch information
brucebolt committed Nov 22, 2024
1 parent 8acb796 commit 2c8d579
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 @@ -2,6 +2,7 @@ version: 2
updates:
- package-ecosystem: bundler
directory: /
open-pull-requests-limit: 20
schedule:
interval: daily

Expand Down

0 comments on commit 2c8d579

Please sign in to comment.