Skip to content

Commit

Permalink
Merge pull request #46 from ahmadnassri/dependencies-init-config-buil…
Browse files Browse the repository at this point in the history
…d-1.0.0

Add dependencies.yml for dependencies.io
  • Loading branch information
Ahmad Nassri committed Oct 12, 2017
2 parents ac4ce1d + 7372585 commit f7a7b2e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dependencies.yml
@@ -0,0 +1,15 @@
collectors:

- type: js-npm
path: /
actors:
# pull requests for updates to our major version
- type: js-npm
versions: "Y.Y.Y"
settings:
github_labels: "dependencies"
# create issues for new major versions
- type: repo-issue
versions: "Y.0.0"
settings:
github_labels: "dependencies"

0 comments on commit f7a7b2e

Please sign in to comment.