Skip to content

Commit

Permalink
Merge pull request #299 from humanmade/add-dependabot-yml
Browse files Browse the repository at this point in the history
Add native dependabot
  • Loading branch information
rmccue authored Jul 6, 2021
2 parents 36c3b87 + e29feae commit 722aade
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
allow:
- dependency-type: "direct"
versioning-strategy: "increase"
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
allow:
- dependency-type: "direct"
versioning-strategy: "increase"
target-branch: v7-branch
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
allow:
- dependency-type: "direct"
versioning-strategy: "increase"
target-branch: v6-branch
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
allow:
- dependency-type: "direct"
versioning-strategy: "increase"
target-branch: v5-branch

0 comments on commit 722aade

Please sign in to comment.