Skip to content

Commit

Permalink
Increase dependabot pull request limit to 20 (was 5/10)
Browse files Browse the repository at this point in the history
  • Loading branch information
MekDrop authored Feb 14, 2025
1 parent 3c480bf commit b89c42c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
interval: monthly
open-pull-requests-limit: 20
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
time: "11:00"
open-pull-requests-limit: 20
labels:
- "dependencies"
- "infrastructure"

0 comments on commit b89c42c

Please sign in to comment.