From a959f2a51d8cdbdf202a24b0246615175813ad94 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Mon, 13 Nov 2023 10:46:32 +0100 Subject: [PATCH] chore(renovate): Ignore un-bumpable mobile deps (#5007) --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index 315f011064..551316f272 100644 --- a/renovate.json +++ b/renovate.json @@ -23,4 +23,11 @@ "matchUpdateTypes": ["minor", "patch"] } ], + "ignoreDeps": [ + "http", + "latlong2", + "vector_map_tiles", + "flutter_map", + "flutter_map_heatmap" + ], }