forked from JetBrains/ring-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.yml
41 lines (41 loc) · 1.16 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
collectors:
- type: js-lerna
path: /
settings:
bootstrap_command: npm run bootstrap && git checkout .
actors:
# batch PR for minor and patch updates
- type: js-lerna
# webpack-dev-server update breaks IE11 (RG-1668)
dependencies_not_matching: "^(flow-bin|webpack-dev-server|mocha)$"
versions: "L.Y.Y"
settings:
batch_mode: true
bootstrap_command: npm run bootstrap -- --npm-client="/usr/src/actor/node_modules/.bin/npm"
github_labels:
- dependencies
# separate PRs for major updates
- type: js-lerna
versions: "Y.0.0"
settings:
bootstrap_command: npm run bootstrap -- --npm-client="/usr/src/actor/node_modules/.bin/npm"
github_labels:
- dependencies
- type: js-npm
path: /packages/generator/app/templates
actors:
# batch PR for minor and patch updates
- type: js-npm
versions: "L.Y.Y"
settings:
batch_mode: true
github_labels:
- dependencies
- generator
# separate PRs for major updates
- type: js-npm
versions: "Y.0.0"
settings:
github_labels:
- dependencies
- generator