|
1 | 1 | { |
2 | | - "extends": [ |
3 | | - "config:base", |
4 | | - ":automergePatch", |
5 | | - ":prHourlyLimitNone", |
6 | | - ":switchToGradleLite" |
7 | | - ], |
| 2 | + "extends": ["config:recommended", ":automergePatch", ":prHourlyLimitNone"], |
8 | 3 | "postUpdateOptions": ["yarnDedupeHighest"], |
9 | 4 | "timezone": "Europe/London", |
10 | 5 | "dependencyDashboard": true, |
|
14 | 9 | }, |
15 | 10 | "packageRules": [ |
16 | 11 | { |
17 | | - "matchSourceUrlPrefixes": ["https://github.com/swc-project/swc"], |
18 | 12 | "groupName": "swc monorepo", |
19 | | - "labels": ["devDeps", "swc", "transpiling"] |
| 13 | + "labels": ["devDeps", "swc", "transpiling"], |
| 14 | + "matchSourceUrls": ["https://github.com/swc-project/swc{/,}**"] |
20 | 15 | }, |
21 | 16 | { |
22 | | - "matchSourceUrlPrefixes": ["https://github.com/facebook/react-native"], |
23 | 17 | "groupName": "react-native monorepo", |
24 | 18 | "labels": ["deps", "react native"], |
25 | | - "automerge": false |
| 19 | + "automerge": false, |
| 20 | + "matchSourceUrls": ["https://github.com/facebook/react-native{/,}**"] |
26 | 21 | }, |
27 | 22 | { |
28 | | - "matchSourceUrlPrefixes": ["https://github.com/storybookjs/react-native"], |
29 | 23 | "groupName": "storybookjs/react-native monorepo", |
30 | 24 | "labels": ["devDeps", "react native", "storybook"], |
31 | | - "automerge": false |
| 25 | + "automerge": false, |
| 26 | + "matchSourceUrls": ["https://github.com/storybookjs/react-native{/,}**"] |
32 | 27 | }, |
33 | 28 | { |
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 | + ] |
38 | 33 | }, |
39 | 34 | { |
40 | | - "matchPackagePrefixes": ["@react-native-community/"], |
41 | | - "addLabels": ["community"] |
| 35 | + "addLabels": ["community"], |
| 36 | + "matchPackageNames": ["@react-native-community/{/,}**"] |
42 | 37 | }, |
43 | 38 | { |
44 | | - "matchSourceUrlPrefixes": ["https://github.com/facebook/flipper"], |
45 | 39 | "groupName": "flipper monorepo", |
46 | 40 | "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"] |
58 | 52 | }, |
59 | 53 | { |
60 | | - "matchPackagePatterns": ["eslint"], |
61 | 54 | "groupName": "eslint monorepo", |
62 | | - "addLabels": ["devDeps", "linting"] |
| 55 | + "addLabels": ["devDeps", "linting"], |
| 56 | + "matchPackageNames": ["/eslint/"] |
63 | 57 | }, |
64 | 58 | { |
65 | | - "matchPackagePatterns": ["jest$"], |
66 | | - "addLabels": ["devDeps", "jest"] |
| 59 | + "addLabels": ["devDeps", "jest"], |
| 60 | + "matchPackageNames": ["/jest$/"] |
67 | 61 | }, |
68 | 62 | { |
69 | | - "matchPackagePatterns": ["react$"], |
70 | | - "addLabels": ["react"] |
| 63 | + "addLabels": ["react"], |
| 64 | + "matchPackageNames": ["/react$/"] |
71 | 65 | } |
72 | 66 | ], |
73 | 67 | "vulnerabilityAlerts": { |
|
0 commit comments