Skip to content

Commit

Permalink
chore(deps): exclude retracted cohere-go versions (#583)
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Brunet <max@brnt.mx>
Co-authored-by: Alex Jones <alexsimonjones@gmail.com>
  • Loading branch information
maxbrunet and AlexsJones committed Aug 12, 2023
1 parent 81fcf8b commit f8a53a5
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 f8a53a5

Please sign in to comment.