Skip to content

Commit

Permalink
chore(deps): exclude retracted cohere-go versions (k8sgpt-ai#583)
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Brunet <[email protected]>
Co-authored-by: Alex Jones <[email protected]>
  • Loading branch information
maxbrunet and AlexsJones authored 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.