From c87b055528cf6229d793060aac8d31e90cb653e3 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Wed, 2 Nov 2022 15:22:48 +0000 Subject: [PATCH] Update renovate.json --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 92cf1f713..77a21609f 100644 --- a/renovate.json +++ b/renovate.json @@ -12,6 +12,9 @@ ], "ignoreDeps": [ "react-native", - "@types/react-native" + "@types/react-native", + "@babel/core", + "babel-eslint", + "babel-loader" ] }