-
Notifications
You must be signed in to change notification settings - Fork 99
/
Copy pathrenovate.json
62 lines (62 loc) · 1.65 KB
/
renovate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"extends": ["config:base", "schedule:earlyMondays"],
"addLabels": ["dependencies"],
"packageRules": [
{
"matchPackagePrefixes": ["@react-native-community/cli"],
"allowedVersions": "^11.0.0"
},
{
"groupName": "Android",
"matchDatasources": ["maven"],
"matchPackagePrefixes": ["com.android."]
},
{
"groupName": "Jest",
"matchSourceUrlPrefixes": ["https://github.com/facebook/jest"],
"allowedVersions": "^29.0.0"
},
{
"groupName": "Kotlin",
"matchDatasources": ["maven"],
"matchPackagePrefixes": ["org.jetbrains.kotlin"]
},
{
"groupName": "Metro",
"matchSourceUrlPrefixes": ["https://github.com/facebook/metro"],
"allowedVersions": "^0.76.0"
},
{
"groupName": "Moshi",
"matchDatasources": ["maven"],
"matchPackagePrefixes": ["com.squareup.moshi"]
},
{
"groupName": "Octokit",
"matchSourceUrlPrefixes": ["https://github.com/octokit/"]
},
{
"matchPackageNames": ["@fluentui/utilities", "react"],
"enabled": false
},
{
"matchPackageNames": [
"@react-native/codegen",
"@react-native/gradle-plugin",
"@react-native/js-polyfills",
"@react-native/metro-config",
"@react-native/normalize-colors",
"@react-native/virtualized-lists",
"react-native",
"react-native-codegen",
"react-native-macos",
"react-native-windows"
],
"allowedVersions": "^0.72.0"
}
],
"postUpdateOptions": ["yarnDedupeHighest"],
"rangeStrategy": "update-lockfile",
"stabilityDays": 7,
"timezone": "Europe/Oslo"
}