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 b67b56b commit d427cd8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ 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:
dependency-type: "development"

0 comments on commit d427cd8

Please sign in to comment.