Create initial dependencies.yml config

pull/1/head
Dependencies.io Bot 2017-07-15 16:31:11 +00:00
parent 91caa1b387
commit 93058778e9
1 changed files with 11 additions and 0 deletions

11
dependencies.yml 100644
View File

@ -0,0 +1,11 @@
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"