Skip to content

Commit

Permalink
Update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Feb 8, 2024
1 parent dd0f69c commit 3d2b317
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ updates:
schedule:
interval: "monthly"

# Strategy for composer dependencies on develop branch.
# Strategy for composer dependencies
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "monthly"
allow:
- dependency-type: "direct"
open-pull-requests-limit: 100
target-branch: "develop"
versioning-strategy: "lockfile-only"
versioning-strategy: "increase"
groups:
dev-dependencies:
patterns:
- "*"

0 comments on commit 3d2b317

Please sign in to comment.