Skip to content

Commit 7c9eb0c

Browse files
authored
chore(renovate): fix glob patterns to catch intended packages (#2583)
1 parent bd9eafe commit 7c9eb0c

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

.github/renovate.json

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
{
66
"groupName": "@react-native-community/cli",
77
"allowedVersions": "^18.0.0",
8-
"matchPackageNames": ["@react-native-community/cli{/,}**"]
8+
"matchPackageNames": ["@react-native-community/cli**"]
99
},
1010
{
1111
"groupName": "Android CameraX",
1212
"matchDatasources": ["maven"],
13-
"matchPackageNames": ["androidx.camera{/,}**"]
13+
"matchPackageNames": ["androidx.camera:**"]
1414
},
1515
{
1616
"groupName": "Kotlin",
1717
"matchDatasources": ["maven"],
18-
"matchPackageNames": ["org.jetbrains.kotlin{/,}**"]
18+
"matchPackageNames": ["org.jetbrains.kotlin:**"]
1919
},
2020
{
2121
"groupName": "ESLint",
@@ -29,7 +29,7 @@
2929
{
3030
"groupName": "TypeScript type definitions",
3131
"matchDatasources": ["npm"],
32-
"matchPackageNames": ["@types/{/,}**"]
32+
"matchPackageNames": ["@types/**"]
3333
},
3434
{
3535
"groupName": "WebdriverIO",
@@ -48,20 +48,9 @@
4848
"matchPackageNames": [
4949
"@callstack/react-native-visionos",
5050
"@react-native-community/template",
51-
"@react-native-mac/virtualized-lists",
52-
"@react-native/assets-registry",
53-
"@react-native/babel-plugin-codegen",
54-
"@react-native/babel-preset",
55-
"@react-native/codegen",
56-
"@react-native/community-cli-plugin",
57-
"@react-native/debugger-frontend",
58-
"@react-native/dev-middleware",
59-
"@react-native/gradle-plugin",
60-
"@react-native/js-polyfills",
61-
"@react-native/metro-babel-transformer",
62-
"@react-native/metro-config",
63-
"@react-native/normalize-colors",
64-
"@react-native/virtualized-lists",
51+
"@react-native-mac/**",
52+
"@react-native-macos/**",
53+
"@react-native/**",
6554
"react-native",
6655
"react-native-macos",
6756
"react-native-windows"

0 commit comments

Comments
 (0)