Create initial dependencies.yml config

pull/162/head
Dependencies.io Bot 2017-10-19 22:08:46 +00:00
parent 1d402ed51b
commit 8e6e044c65
1 changed files with 21 additions and 0 deletions

21
dependencies.yml Normal file
View File

@ -0,0 +1,21 @@
collectors:
- type: js-npm
path: /
actors:
# pull requests for updates to our major version
- type: js-npm
versions: "L.Y.Y"
# create issues for new major versions
- type: repo-issue
versions: "Y.0.0"
- 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"