forked from storybookjs/storybook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.yml
71 lines (67 loc) · 1.74 KB
/
dependencies.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
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 --ignore-scripts --ignore-engines --silent --prefer-offline
actors:
# pull requests for updates to our major version
- type: js-lerna
dependencies_not_matching: "^react-native$"
versions: "L.Y.Y"
settings:
batch_mode: true
batch_bootstrap: true
bootstrap_command: yarn --ignore-scripts --ignore-engines --silent && yarn lint:ts . --fix && yarn lint:js . --fix
github_labels:
- dependencies:update
github_assignees:
- Hypnosphi
# create issues for new major versions
- type: repo-issue
versions: "Y.0.0"
settings:
github_labels:
- dependencies:update
github_assignees:
- Hypnosphi
- type: js-npm
path: docs
actors:
# pull requests for updates to our major version
- type: js-npm
versions: "L.Y.Y"
settings:
batch_mode: true
github_labels:
- dependencies:update
github_assignees:
- Hypnosphi
# create issues for new major versions
- type: repo-issue
versions: "Y.0.0"
settings:
github_labels:
- dependencies:update
github_assignees:
- Hypnosphi