Skip to content

Commit 922fc2e

Browse files
chore(config): migrate config .github/renovate.json
1 parent 6c9e45b commit 922fc2e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/renovate.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
{
2-
"extends": ["config:base", "schedule:earlyMondays"],
2+
"extends": ["config:recommended", "schedule:earlyMondays"],
33
"labels": ["dependencies"],
44
"packageRules": [
55
{
66
"groupName": "@react-native-community/cli",
7-
"matchPackagePrefixes": ["@react-native-community/cli"],
8-
"allowedVersions": "^14.0.0"
7+
"allowedVersions": "^14.0.0",
8+
"matchPackageNames": ["@react-native-community/cli{/,}**"]
99
},
1010
{
1111
"groupName": "Android CameraX",
1212
"matchDatasources": ["maven"],
13-
"matchPackagePrefixes": ["androidx.camera"]
13+
"matchPackageNames": ["androidx.camera{/,}**"]
1414
},
1515
{
1616
"groupName": "Kotlin",
1717
"matchDatasources": ["maven"],
18-
"matchPackagePrefixes": ["org.jetbrains.kotlin"]
18+
"matchPackageNames": ["org.jetbrains.kotlin{/,}**"]
1919
},
2020
{
2121
"groupName": "ESLint",
22-
"matchSourceUrlPrefixes": ["https://github.com/eslint/eslint"]
22+
"matchSourceUrls": ["https://github.com/eslint/eslint{/,}**"]
2323
},
2424
{
2525
"groupName": "Metro",
26-
"matchSourceUrlPrefixes": ["https://github.com/facebook/metro"],
27-
"allowedVersions": "^0.80.0"
26+
"allowedVersions": "^0.80.0",
27+
"matchSourceUrls": ["https://github.com/facebook/metro{/,}**"]
2828
},
2929
{
3030
"groupName": "TypeScript type definitions",
3131
"matchDatasources": ["npm"],
32-
"matchPackagePrefixes": ["@types/"]
32+
"matchPackageNames": ["@types/{/,}**"]
3333
},
3434
{
3535
"groupName": "WebdriverIO",
36-
"matchSourceUrlPrefixes": [
37-
"https://github.com/appium/appium",
38-
"https://github.com/webdriverio/webdriverio"
36+
"matchSourceUrls": [
37+
"https://github.com/appium/appium{/,}**",
38+
"https://github.com/webdriverio/webdriverio{/,}**"
3939
]
4040
},
4141
{
@@ -70,6 +70,6 @@
7070
],
7171
"postUpdateOptions": ["yarnDedupeHighest"],
7272
"rangeStrategy": "update-lockfile",
73-
"stabilityDays": 7,
73+
"minimumReleaseAge": "7 days",
7474
"timezone": "Europe/Oslo"
7575
}

0 commit comments

Comments
 (0)