Skip to content

Commit

Permalink
Merge pull request #95 from humanmade/dependabot-v9
Browse files Browse the repository at this point in the history
Update dependabot config for v9
  • Loading branch information
roborourke authored Nov 12, 2021
2 parents 331567b + 428d8ce commit c495588
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,44 @@ updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
allow:
- dependency-type: "direct"
versioning-strategy: "increase"
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
allow:
- dependency-type: "direct"
versioning-strategy: "increase"
target-branch: v7-branch
target-branch: v9-branch
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
allow:
- dependency-type: "direct"
versioning-strategy: "increase"
target-branch: v6-branch
target-branch: v8-branch
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
allow:
- dependency-type: "direct"
versioning-strategy: "increase"
target-branch: v5-branch
target-branch: v7-branch
- package-ecosystem: composer
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
allow:
- dependency-type: "direct"
versioning-strategy: "increase"
target-branch: v6-branch

0 comments on commit c495588

Please sign in to comment.