Skip to content

Commit 1ab79a9

Browse files
Migrate renovate config (#1782)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 578ba12 commit 1ab79a9

File tree

1 file changed

+30
-36
lines changed

1 file changed

+30
-36
lines changed

β€Žrenovate.jsonβ€Ž

Lines changed: 30 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{
2-
"extends": [
3-
"config:base",
4-
":automergePatch",
5-
":prHourlyLimitNone",
6-
":switchToGradleLite"
7-
],
2+
"extends": ["config:recommended", ":automergePatch", ":prHourlyLimitNone"],
83
"postUpdateOptions": ["yarnDedupeHighest"],
94
"timezone": "Europe/London",
105
"dependencyDashboard": true,
@@ -14,60 +9,59 @@
149
},
1510
"packageRules": [
1611
{
17-
"matchSourceUrlPrefixes": ["https://github.com/swc-project/swc"],
1812
"groupName": "swc monorepo",
19-
"labels": ["devDeps", "swc", "transpiling"]
13+
"labels": ["devDeps", "swc", "transpiling"],
14+
"matchSourceUrls": ["https://github.com/swc-project/swc{/,}**"]
2015
},
2116
{
22-
"matchSourceUrlPrefixes": ["https://github.com/facebook/react-native"],
2317
"groupName": "react-native monorepo",
2418
"labels": ["deps", "react native"],
25-
"automerge": false
19+
"automerge": false,
20+
"matchSourceUrls": ["https://github.com/facebook/react-native{/,}**"]
2621
},
2722
{
28-
"matchSourceUrlPrefixes": ["https://github.com/storybookjs/react-native"],
2923
"groupName": "storybookjs/react-native monorepo",
3024
"labels": ["devDeps", "react native", "storybook"],
31-
"automerge": false
25+
"automerge": false,
26+
"matchSourceUrls": ["https://github.com/storybookjs/react-native{/,}**"]
3227
},
3328
{
34-
"matchSourceUrlPrefixes": [
35-
"https://github.com/DefinitelyTyped/DefinitelyTyped"
36-
],
37-
"labels": ["devDeps", "type"]
29+
"labels": ["devDeps", "type"],
30+
"matchSourceUrls": [
31+
"https://github.com/DefinitelyTyped/DefinitelyTyped{/,}**"
32+
]
3833
},
3934
{
40-
"matchPackagePrefixes": ["@react-native-community/"],
41-
"addLabels": ["community"]
35+
"addLabels": ["community"],
36+
"matchPackageNames": ["@react-native-community/{/,}**"]
4237
},
4338
{
44-
"matchSourceUrlPrefixes": ["https://github.com/facebook/flipper"],
4539
"groupName": "flipper monorepo",
4640
"labels": ["devDeps", "flipper"],
47-
"packageRules": [
48-
{
49-
"matchPackageNames": ["react-native-flipper"],
50-
"addLabels": ["ios", "pods"],
51-
"automerge": false
52-
},
53-
{
54-
"matchPackageNames": ["flipper-server"],
55-
"addLabels": ["js", "node"]
56-
}
57-
]
41+
"matchSourceUrls": ["https://github.com/facebook/flipper{/,}**"],
42+
"matchPackageNames": ["react-native-flipper"],
43+
"addLabels": ["ios", "pods"],
44+
"automerge": false
45+
},
46+
{
47+
"groupName": "flipper monorepo",
48+
"labels": ["devDeps", "flipper"],
49+
"matchSourceUrls": ["https://github.com/facebook/flipper{/,}**"],
50+
"matchPackageNames": ["flipper-server"],
51+
"addLabels": ["js", "node"]
5852
},
5953
{
60-
"matchPackagePatterns": ["eslint"],
6154
"groupName": "eslint monorepo",
62-
"addLabels": ["devDeps", "linting"]
55+
"addLabels": ["devDeps", "linting"],
56+
"matchPackageNames": ["/eslint/"]
6357
},
6458
{
65-
"matchPackagePatterns": ["jest$"],
66-
"addLabels": ["devDeps", "jest"]
59+
"addLabels": ["devDeps", "jest"],
60+
"matchPackageNames": ["/jest$/"]
6761
},
6862
{
69-
"matchPackagePatterns": ["react$"],
70-
"addLabels": ["react"]
63+
"addLabels": ["react"],
64+
"matchPackageNames": ["/react$/"]
7165
}
7266
],
7367
"vulnerabilityAlerts": {

0 commit comments

Comments
Β (0)