-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
renovate.json
72 lines (72 loc) Β· 1.89 KB
/
renovate.json
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
{
"extends": [
"config:base",
":automergePatch",
":prHourlyLimitNone",
":switchToGradleLite"
],
"postUpdateOptions": ["yarnDedupeHighest"],
"timezone": "Europe/London",
"dependencyDashboard": true,
"packageRules": [
{
"matchSourceUrlPrefixes": ["https://github.com/swc-project/swc"],
"groupName": "swc monorepo",
"labels": ["devDeps", "swc", "transpiling"]
},
{
"matchSourceUrlPrefixes": ["https://github.com/facebook/react-native"],
"groupName": "react-native monorepo",
"labels": ["deps", "react native"],
"automerge": false
},
{
"matchSourceUrlPrefixes": ["https://github.com/storybookjs/react-native"],
"groupName": "storybookjs/react-native monorepo",
"labels": ["devDeps", "react native", "storybook"],
"automerge": false
},
{
"matchSourceUrlPrefixes": [
"https://github.com/DefinitelyTyped/DefinitelyTyped"
],
"labels": ["devDeps", "type"]
},
{
"matchPackagePrefixes": ["@react-native-community/"],
"addLabels": ["community"]
},
{
"matchSourceUrlPrefixes": ["https://github.com/facebook/flipper"],
"groupName": "flipper monorepo",
"labels": ["devDeps", "flipper"],
"packageRules": [
{
"matchPackageNames": ["react-native-flipper"],
"addLabels": ["ios", "pods"],
"automerge": false
},
{
"matchPackageNames": ["flipper-server"],
"addLabels": ["js", "node"]
}
]
},
{
"matchPackagePatterns": ["eslint"],
"groupName": "eslint monorepo",
"addLabels": ["devDeps", "linting"]
},
{
"matchPackagePatterns": ["jest$"],
"addLabels": ["devDeps", "jest"]
},
{
"matchPackagePatterns": ["react$"],
"addLabels": ["react"]
}
],
"vulnerabilityAlerts": {
"labels": ["security"]
}
}