-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdependabot.yml
72 lines (71 loc) · 1.64 KB
/
dependabot.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
72
version: 2
updates:
- package-ecosystem: "npm"
directories:
- /
- /resources/logos
- /packages/app-info
- /packages/crash-handler
- /packages/errors
- /packages/eslint-config
- /packages/fetch-error-handler
- /packages/log-error
- /packages/logger
- /packages/middleware-log-errors
- /packages/middleware-render-error-info
- /packages/opentelemetry
- /packages/serialize-error
- /packages/serialize-request
schedule:
interval: "daily"
commit-message:
prefix: "fix:"
prefix-development: "chore:"
groups:
aws-sdk:
patterns:
- "@aws-sdk/*"
update-types:
- "minor"
- "patch"
development-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
origami:
patterns:
- "@financial-times/o-*"
update-types:
- "minor"
- "patch"
page-kit:
patterns:
- "@financial-times/dotcom-*"
update-types:
- "minor"
- "patch"
privacy:
patterns:
- "@financial-times/privacy-*"
update-types:
- "minor"
- "patch"
reliability-kit:
patterns:
- "@dotcom-reliability-kit/*"
update-types:
- "minor"
- "patch"
tool-kit:
patterns:
- "@dotcom-tool-kit/*"
update-types:
- "minor"
- "patch"
x-dash:
patterns:
- "@financial-times/x-*"
update-types:
- "minor"
- "patch"