Skip to content

Commit

Permalink
chore: Update dependabot pull request limit (#6222)
Browse files Browse the repository at this point in the history
This will improve our ability to triage and process through all gradle
version bumps without being limited by the current default of 5.

See
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
  • Loading branch information
devinrsmith authored Oct 22, 2024
1 parent 91ac897 commit d338c7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 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: "github-actions"
directory: "/"
open-pull-requests-limit: 99
schedule:
interval: "weekly"
commit-message:
Expand All @@ -15,6 +16,7 @@ updates:
- "stanbrub"
- package-ecosystem: "gradle"
directory: "/"
open-pull-requests-limit: 99
schedule:
interval: "weekly"
commit-message:
Expand Down

0 comments on commit d338c7d

Please sign in to comment.