-
Notifications
You must be signed in to change notification settings - Fork 1
/
dependencies.yml
40 lines (36 loc) · 972 Bytes
/
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
collectors:
- type: js-npm
path: /
actors:
# pull requests for updates to any version
- type: js-npm
versions: "Y.Y.Y"
- type: js-npm
path: packages/ot-oc-template-react-email
actors:
# pull requests for updates to any version
- type: js-npm
dependencies_not_matching: "^(react|react-dom|prop-types)$"
versions: "Y.Y.Y"
# pull request to update externals
- type: find-replace
dependencies: "^(react|react-dom|prop-types)$"
versions: "Y.Y.Y"
settings:
paths:
- packages/ot-oc-template-react-email/package.json
patterns:
- 'https://unpkg.com/{name}@{version_clean}/'
- '"{name}": "{version_clean}",'
- type: js-npm
path: packages/ot-oc-template-react-email-compiler
actors:
# pull requests for updates to any version
- type: js-npm
versions: "Y.Y.Y"
- type: js-npm
path: acceptance-setup
actors:
# pull requests for updates to any version
- type: js-npm
versions: "Y.Y.Y"