From f8a53a5c035fd3e3598666d9792c4e1231f9838d Mon Sep 17 00:00:00 2001 From: Maxime Brunet Date: Sat, 12 Aug 2023 12:47:46 -0700 Subject: [PATCH] chore(deps): exclude retracted cohere-go versions (#583) Signed-off-by: Maxime Brunet Co-authored-by: Alex Jones --- renovate.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index e4f1dff0d3..7825793066 100644 --- a/renovate.json +++ b/renovate.json @@ -12,6 +12,11 @@ "gomodMassage" ], "packageRules": [ + { + "description": "Exclude retracted cohere-go versions: https://github.com/renovatebot/renovate/issues/13012", + "matchPackageNames": ["github.com/cohere-ai/cohere-go"], + "allowedVersions": "<1" + }, { "matchUpdateTypes": ["minor", "patch"], "matchCurrentVersion": "!/^0/", @@ -44,4 +49,4 @@ ] } ] -} \ No newline at end of file +}