-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy pathrenovate.json
75 lines (75 loc) · 2.2 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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"extends": ["config:recommended", "schedule:earlyMondays"],
"labels": ["dependencies"],
"packageRules": [
{
"groupName": "@react-native-community/cli",
"allowedVersions": "^14.0.0",
"matchPackageNames": ["@react-native-community/cli{/,}**"]
},
{
"groupName": "Android CameraX",
"matchDatasources": ["maven"],
"matchPackageNames": ["androidx.camera{/,}**"]
},
{
"groupName": "Kotlin",
"matchDatasources": ["maven"],
"matchPackageNames": ["org.jetbrains.kotlin{/,}**"]
},
{
"groupName": "ESLint",
"matchSourceUrls": ["https://github.com/eslint/eslint{/,}**"]
},
{
"groupName": "Metro",
"allowedVersions": "^0.80.0",
"matchSourceUrls": ["https://github.com/facebook/metro{/,}**"]
},
{
"groupName": "TypeScript type definitions",
"matchDatasources": ["npm"],
"matchPackageNames": ["@types/{/,}**"]
},
{
"groupName": "WebdriverIO",
"matchSourceUrls": [
"https://github.com/appium/appium{/,}**",
"https://github.com/webdriverio/webdriverio{/,}**"
]
},
{
"groupName": "react",
"matchPackageNames": ["@types/react", "react"],
"allowedVersions": "^18.2.0"
},
{
"groupName": "react-native",
"matchPackageNames": [
"@callstack/react-native-visionos",
"@react-native-community/template",
"@react-native/assets-registry",
"@react-native/babel-plugin-codegen",
"@react-native/babel-preset",
"@react-native/codegen",
"@react-native/community-cli-plugin",
"@react-native/debugger-frontend",
"@react-native/dev-middleware",
"@react-native/gradle-plugin",
"@react-native/js-polyfills",
"@react-native/metro-babel-transformer",
"@react-native/metro-config",
"@react-native/normalize-colors",
"@react-native/virtualized-lists",
"react-native",
"react-native-macos",
"react-native-windows"
],
"allowedVersions": "^0.75.0"
}
],
"postUpdateOptions": ["yarnDedupeHighest"],
"rangeStrategy": "update-lockfile",
"minimumReleaseAge": "7 days",
"timezone": "Europe/Oslo"
}