From 2c08af3ecf6a74ef36b3b07c7545c6859386282b Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Tue, 12 Nov 2024 09:43:02 -0500 Subject: [PATCH] Update expo managed dependencies in renovate config --- .github/renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 239317947..22589e84d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -21,16 +21,19 @@ "expo-screen-orientation", "expo-splash-screen", "expo-status-bar", + "expo-system-ui", "expo-web-browser", "jest", "jest-expo", "react", + "react-dom", "react-native", "react-native-gesture-handler", "react-native-get-random-values", "react-native-reanimated", "react-native-safe-area-context", "react-native-screens", + "react-native-web", "react-native-webview", "typescript" ],