From e2d0e944ebcf56023cf7e3c625a6fd987d6d3393 Mon Sep 17 00:00:00 2001 From: shenlong <139912620+shenlong-tanwen@users.noreply.github.com> Date: Wed, 6 Dec 2023 20:21:57 +0000 Subject: [PATCH] chore(renovate): ignore openapi pubspec (#5521) Co-authored-by: shalong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json b/renovate.json index c81104d6b7..928d6783a1 100644 --- a/renovate.json +++ b/renovate.json @@ -62,6 +62,9 @@ "versioning": "node" } ], + "ignorePaths": [ + "mobile/openapi/pubspec.yaml" + ], "ignoreDeps": [ "http", "latlong2",