Skip to content

Commit

Permalink
Add Dependabot configuration for 4.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus authored Feb 24, 2022
1 parent 04369f7 commit 212292b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
version: 2
updates:
- package-ecosystem: "composer"
target-branch: "master"
directory: "/"
schedule:
interval: "daily"
labels:
- "Dependencies 📦"
- "PHP 🐘"
versioning-strategy: "widen"
open-pull-requests-limit: 1
- package-ecosystem: "composer"
target-branch: "4.x"
directory: "/"
schedule:
interval: "daily"
Expand Down

0 comments on commit 212292b

Please sign in to comment.