From 2f254d81cd2380afd5b3f1c6a5473670435fcb62 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sat, 21 Jan 2023 12:20:12 +0000 Subject: [PATCH] Ignore some dependencies --- renovate.json5 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index d9a33107c5..3c7d9637ee 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -85,15 +85,18 @@ // React Native stuff should be updated only when // upgrading React Native. + "@babel/runtime", "@types/react-native", + "androidx.appcompat:appcompat", "com.android.tools.build:gradle", "com.facebook.flipper:flipper-fresco-plugin", "com.facebook.flipper:flipper-network-plugin", "com.facebook.flipper:flipper", - "jsc-android", - "react-native", - "@babel/runtime", + "com.google.code.gson", "de.undercouch:gradle-download-task", + "jsc-android", + "org.robolectric:robolectric", + "react-native", // Need special processing when upgrading "katex",