Skip to content

Commit

Permalink
Restore the Dependabot open PR limit
Browse files Browse the repository at this point in the history
This effectively reverts #90. Restoring the limit because of the useless amount of CI run this causes if Dependabot has several PR's open and it has to rebase due to another PR getting merged.
  • Loading branch information
WyriHaximus authored Oct 4, 2022
1 parent bb49925 commit fd43e7f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
time: "05:00"
labels:
- "Dependencies 📦"
- "PHP 🐘"
versioning-strategy: "increase"
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
time: "03:00"
labels:
- "Dependabot 🤖"
versioning-strategy: "increase"
open-pull-requests-limit: 1

0 comments on commit fd43e7f

Please sign in to comment.