Skip to content

Commit

Permalink
Merge pull request #1920 from Hypnosphi/master
Browse files Browse the repository at this point in the history
Use dependencies.io for dependencies management
  • Loading branch information
Hypnosphi authored Sep 30, 2017
2 parents f0fdfc7 + d62d568 commit 63e82ac
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions dependencies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
collectors:

# Temporarily disabled
# - type: js-npm
# path: examples/crna-kitchen-sink
# 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"

# Temporarily disabled
# - type: js-npm
# path: examples/react-native-vanilla
# 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: js-lerna
path: /
settings:
collect_root: true
bootstrap_command: yarn
actors:
# pull requests for updates to our major version
- type: js-lerna
versions: "L.Y.Y"
settings:
bootstrap_command: yarn
github_labels:
- dependencies:update
github_assignees:
- Hypnosphi
# create issues for new major versions
# - type: repo-issue
# versions: "Y.0.0"

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

0 comments on commit 63e82ac

Please sign in to comment.