From de3ded9db02b1f9ffc3bea2e39c8c03272d2fa53 Mon Sep 17 00:00:00 2001 From: shenlong <139912620+shenlong-tanwen@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:59:48 +0000 Subject: [PATCH] chore(dep): add intl to ignoreDeps and remove unused packages (#6967) Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> --- renovate.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 9bc4ad6a62..7cb136b1a3 100644 --- a/renovate.json +++ b/renovate.json @@ -83,10 +83,7 @@ "ignorePaths": ["mobile/openapi/pubspec.yaml"], "ignoreDeps": [ "http", - "latlong2", - "vector_map_tiles", - "flutter_map", - "flutter_map_heatmap" + "intl" ], "labels": ["dependencies", "renovate"] }