Skip to content

Commit

Permalink
Merge pull request #5 from davegaeddert/master
Browse files Browse the repository at this point in the history
Update dependencies.yml
  • Loading branch information
Hypnosphi authored Aug 29, 2017
2 parents 00b4a07 + 596112d commit a2b0db0
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ collectors:
- type: repo-issue
versions: "Y.0.0"

- 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/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"

- type: js-npm
path: examples/vue-kitchen-sink
Expand All @@ -30,15 +31,16 @@ collectors:
- type: repo-issue
versions: "Y.0.0"

- 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"
# 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-npm
path: examples/cra-kitchen-sink
Expand Down

0 comments on commit a2b0db0

Please sign in to comment.