chore(package): add dependencies.yml to enable dependencies.io (#1)

pull/6/head
Ika 2017-07-16 00:40:58 +08:00 committed by GitHub
commit 2525d72291
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"