Skip to content

Commit

Permalink
chore(deps): exclude retracted cohere-go versions
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Brunet <max@brnt.mx>
  • Loading branch information
maxbrunet committed Jul 26, 2023
1 parent 5bb91ff commit 448bcc2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down Expand Up @@ -44,4 +49,4 @@
]
}
]
}
}

0 comments on commit 448bcc2

Please sign in to comment.