Skip to content

Commit

Permalink
Allow 10 open pull requests
Browse files Browse the repository at this point in the history
Now that we'll be running dependabot weekly, we may get more than
the default max number of pull requests.
  • Loading branch information
amstilp committed Dec 18, 2023
1 parent 0b0a050 commit 82a80d6
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 @@ -19,3 +19,5 @@ updates:
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: "all"
# Allow up to 10 dependencies for pip dependencies
open-pull-requests-limit: 10

0 comments on commit 82a80d6

Please sign in to comment.