1
0
Fork 0

ci(dependencies.io): add dependencies.yml config

pull/498/head
Dependencies.io Bot 2017-10-20 20:15:31 +00:00 committed by Felix Becker
parent 1240f25e01
commit 7b1176dd9d
1 changed files with 13 additions and 0 deletions

13
dependencies.yml Normal file
View File

@ -0,0 +1,13 @@
collectors:
- type: php-composer
path: /
actors:
# pull requests for updates to our major version
- type: php-composer
versions: "L.Y.Y"
# create issues for new major versions
- type: repo-issue
versions: "Y.0.0"
settings:
commit_message_prefix: "chore: "