From a09fbe5723850bafe14df776774077aeb5c0a247 Mon Sep 17 00:00:00 2001 From: shenlong <139912620+shenlong-tanwen@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:41:37 +0000 Subject: [PATCH] chore(renovate): enforce compatible flavor for guava (#6392) Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index e6b6f5e305..a80c27f41f 100644 --- a/renovate.json +++ b/renovate.json @@ -66,6 +66,10 @@ "matchPackageNames": ["node"], "versionCompatibility": "^(?[^-]+)(?-.*)?$", "versioning": "node" + }, + { + "matchPackageNames": ["com.google.guava:guava"], + "versionCompatibility": "^(?[^-]+)-(?.*)?$" } ], "ignorePaths": ["mobile/openapi/pubspec.yaml"],