|
1 | 1 | { |
2 | | - "extends": ["config:base", "schedule:earlyMondays"], |
| 2 | + "extends": ["config:recommended", "schedule:earlyMondays"], |
3 | 3 | "labels": ["dependencies"], |
4 | 4 | "packageRules": [ |
5 | 5 | { |
6 | 6 | "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{/,}**"] |
9 | 9 | }, |
10 | 10 | { |
11 | 11 | "groupName": "Android CameraX", |
12 | 12 | "matchDatasources": ["maven"], |
13 | | - "matchPackagePrefixes": ["androidx.camera"] |
| 13 | + "matchPackageNames": ["androidx.camera{/,}**"] |
14 | 14 | }, |
15 | 15 | { |
16 | 16 | "groupName": "Kotlin", |
17 | 17 | "matchDatasources": ["maven"], |
18 | | - "matchPackagePrefixes": ["org.jetbrains.kotlin"] |
| 18 | + "matchPackageNames": ["org.jetbrains.kotlin{/,}**"] |
19 | 19 | }, |
20 | 20 | { |
21 | 21 | "groupName": "ESLint", |
22 | | - "matchSourceUrlPrefixes": ["https://github.com/eslint/eslint"] |
| 22 | + "matchSourceUrls": ["https://github.com/eslint/eslint{/,}**"] |
23 | 23 | }, |
24 | 24 | { |
25 | 25 | "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{/,}**"] |
28 | 28 | }, |
29 | 29 | { |
30 | 30 | "groupName": "TypeScript type definitions", |
31 | 31 | "matchDatasources": ["npm"], |
32 | | - "matchPackagePrefixes": ["@types/"] |
| 32 | + "matchPackageNames": ["@types/{/,}**"] |
33 | 33 | }, |
34 | 34 | { |
35 | 35 | "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{/,}**" |
39 | 39 | ] |
40 | 40 | }, |
41 | 41 | { |
|
70 | 70 | ], |
71 | 71 | "postUpdateOptions": ["yarnDedupeHighest"], |
72 | 72 | "rangeStrategy": "update-lockfile", |
73 | | - "stabilityDays": 7, |
| 73 | + "minimumReleaseAge": "7 days", |
74 | 74 | "timezone": "Europe/Oslo" |
75 | 75 | } |
0 commit comments