Skip to content

Commit

Permalink
Enhancement: Allow dependabot to update composer development dependen…
Browse files Browse the repository at this point in the history
…cies (#266)
  • Loading branch information
localheinz authored Jan 5, 2023
1 parent ff17852 commit d725cfd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
version: 2

updates:
- allow:
- dependency-type: "development"
commit-message:
include: "scope"
prefix: "composer"
directory: "/"
labels:
- "dependency"
open-pull-requests-limit: 10
package-ecosystem: "composer"
schedule:
interval: "daily"
versioning-strategy: "increase"

- commit-message:
include: "scope"
prefix: "github-actions"
Expand Down

0 comments on commit d725cfd

Please sign in to comment.