Skip to content

Commit 53b71dc

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

File tree

1 file changed

+31
-38
lines changed

1 file changed

+31
-38
lines changed

β€Žrenovate.jsonβ€Ž

Lines changed: 31 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,66 @@
11
{
2-
"extends": [
3-
"config:base",
4-
":automergePatch",
5-
":prHourlyLimitNone",
6-
":switchToGradleLite"
7-
],
2+
"extends": ["config:recommended", ":prHourlyLimitNone"],
83
"postUpdateOptions": ["yarnDedupeHighest"],
94
"timezone": "Europe/London",
105
"dependencyDashboard": true,
116
"lockFileMaintenance": {
12-
"enabled": true,
13-
"enabledManagers": ["npm"]
7+
"enabled": true
148
},
159
"packageRules": [
1610
{
17-
"matchSourceUrlPrefixes": ["https://github.com/swc-project/swc"],
1811
"groupName": "swc monorepo",
19-
"labels": ["devDeps", "swc", "transpiling"]
12+
"labels": ["devDeps", "swc", "transpiling"],
13+
"matchSourceUrls": ["https://github.com/swc-project/swc{/,}**"]
2014
},
2115
{
22-
"matchSourceUrlPrefixes": ["https://github.com/facebook/react-native"],
2316
"groupName": "react-native monorepo",
2417
"labels": ["deps", "react native"],
25-
"automerge": false
18+
"automerge": false,
19+
"matchSourceUrls": ["https://github.com/facebook/react-native{/,}**"]
2620
},
2721
{
28-
"matchSourceUrlPrefixes": ["https://github.com/storybookjs/react-native"],
2922
"groupName": "storybookjs/react-native monorepo",
3023
"labels": ["devDeps", "react native", "storybook"],
31-
"automerge": false
24+
"automerge": false,
25+
"matchSourceUrls": ["https://github.com/storybookjs/react-native{/,}**"]
3226
},
3327
{
34-
"matchSourceUrlPrefixes": [
35-
"https://github.com/DefinitelyTyped/DefinitelyTyped"
36-
],
37-
"labels": ["devDeps", "type"]
28+
"labels": ["devDeps", "type"],
29+
"matchSourceUrls": [
30+
"https://github.com/DefinitelyTyped/DefinitelyTyped{/,}**"
31+
]
3832
},
3933
{
40-
"matchPackagePrefixes": ["@react-native-community/"],
41-
"addLabels": ["community"]
34+
"addLabels": ["community"],
35+
"matchPackageNames": ["@react-native-community/{/,}**"]
4236
},
4337
{
44-
"matchSourceUrlPrefixes": ["https://github.com/facebook/flipper"],
4538
"groupName": "flipper monorepo",
4639
"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-
]
40+
"matchSourceUrls": ["https://github.com/facebook/flipper{/,}**"],
41+
"matchPackageNames": ["react-native-flipper"],
42+
"addLabels": ["ios", "pods"],
43+
"automerge": false
44+
},
45+
{
46+
"groupName": "flipper monorepo",
47+
"labels": ["devDeps", "flipper"],
48+
"matchSourceUrls": ["https://github.com/facebook/flipper{/,}**"],
49+
"matchPackageNames": ["flipper-server"],
50+
"addLabels": ["js", "node"]
5851
},
5952
{
60-
"matchPackagePatterns": ["eslint"],
6153
"groupName": "eslint monorepo",
62-
"addLabels": ["devDeps", "linting"]
54+
"addLabels": ["devDeps", "linting"],
55+
"matchPackageNames": ["/eslint/"]
6356
},
6457
{
65-
"matchPackagePatterns": ["jest$"],
66-
"addLabels": ["devDeps", "jest"]
58+
"addLabels": ["devDeps", "jest"],
59+
"matchPackageNames": ["/jest$/"]
6760
},
6861
{
69-
"matchPackagePatterns": ["react$"],
70-
"addLabels": ["react"]
62+
"addLabels": ["react"],
63+
"matchPackageNames": ["/react$/"]
7164
}
7265
],
7366
"vulnerabilityAlerts": {

0 commit comments

Comments
Β (0)