mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-08-18 15:57:04 +00:00
chore(deps): exclude retracted cohere-go versions (#583)
Signed-off-by: Maxime Brunet <max@brnt.mx> Co-authored-by: Alex Jones <alexsimonjones@gmail.com>
This commit is contained in:
parent
81fcf8b5d4
commit
f8a53a5c03
@ -12,6 +12,11 @@
|
|||||||
"gomodMassage"
|
"gomodMassage"
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"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"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
"matchCurrentVersion": "!/^0/",
|
"matchCurrentVersion": "!/^0/",
|
||||||
|
Loading…
Reference in New Issue
Block a user