Skip to content

Commit

Permalink
Merge pull request #745 from humanmade/update-dependabot-v17
Browse files Browse the repository at this point in the history
Update dependabot for v17 release
  • Loading branch information
mikelittle committed Oct 2, 2023
2 parents 94d69ba + 00cfc5f commit 37c6a61
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ updates:
allow:
- dependency-type: "direct"
versioning-strategy: "increase"
target-branch: v15-branch
target-branch: v17-branch
- package-ecosystem: composer
directory: "/"
schedule:
Expand All @@ -25,7 +25,7 @@ updates:
allow:
- dependency-type: "direct"
versioning-strategy: "increase"
target-branch: v14-branch
target-branch: v16-branch
- package-ecosystem: composer
directory: "/"
schedule:
Expand All @@ -34,7 +34,16 @@ updates:
allow:
- dependency-type: "direct"
versioning-strategy: "increase"
target-branch: v13-branch
target-branch: v15-branch
- package-ecosystem: composer
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
allow:
- dependency-type: "direct"
versioning-strategy: "increase"
target-branch: v14-branch
- package-ecosystem: composer
directory: "/"
schedule:
Expand All @@ -43,4 +52,4 @@ updates:
allow:
- dependency-type: "direct"
versioning-strategy: "increase"
target-branch: v12-branch
target-branch: v13-branch

0 comments on commit 37c6a61

Please sign in to comment.