From 2dff106c02f2fafcb84f07c8cb21304ad601b9ae Mon Sep 17 00:00:00 2001 From: Kunal Gupta <39487888+iamKunalGupta@users.noreply.github.com> Date: Tue, 12 Nov 2024 04:59:55 +0530 Subject: [PATCH] chore(renovate): ignore mysql_async --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index cf219fa4bb..e053c6ed54 100644 --- a/renovate.json +++ b/renovate.json @@ -17,6 +17,11 @@ } ], "separateMajorMinor": false + }, + { + "matchPackageNames": ["mysql_async"], + "matchManagers": ["cargo"], + "enabled": false } ], "vulnerabilityAlerts": {