Skip to content

Commit

Permalink
Update dependabot config for v9
Browse files Browse the repository at this point in the history
  • Loading branch information
roborourke committed Nov 11, 2021
1 parent 331567b commit 428d8ce
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 428d8ce

Please sign in to comment.