-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrenovate.json
69 lines (69 loc) · 1.59 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
{
"extends": ["config:base"],
"baseBranches": ["develop"],
"automerge": true,
"major": { "automerge": false },
"requiredStatusChecks": null,
"packageRules": [
{
"packagePatterns": ["eslint"],
"groupName": "eslint"
},
{
"packagePatterns": ["@types/"],
"groupName": "@types"
},
{
"packageNames": ["aws-sdk"],
"extends": ["schedule:weekly"]
}
],
"ignoreDeps": [
"lucide-react-native",
"tailwindcss",
"sharp",
"isbot",
"@react-native-menu/menu",
"react-native-ios-context-menu",
"react-native-ios-utilities",
"@react-native-async-storage/async-storage",
"@react-native-community/datetimepicker",
"react-native-progress",
"@react-native-picker/picker",
"expo-build-properties",
"@expo/config-plugins",
"@react-email/components",
"@shopify/flash-list",
"expo-application",
"expo-constants",
"expo-dev-client",
"@sentry/react-native",
"expo-device",
"zeego",
"expo-router",
"expo-blur",
"expo-haptics",
"expo-notifications",
"expo-file-system",
"expo-font",
"expo-image-picker",
"expo-image",
"expo-linking",
"expo-localization",
"expo-location",
"expo-splash-screen",
"react-native-get-random-values",
"expo-status-bar",
"expo-system-ui",
"expo-updates",
"expo-web-browser",
"react-native-gesture-handler",
"react-native-progress",
"react-native-reanimated",
"react-native-safe-area-context",
"react-native-screens",
"react-native-svg",
"react-native-web",
"react-native"
]
}