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:
Maxime Brunet 2023-08-12 12:47:46 -07:00 committed by GitHub
parent 81fcf8b5d4
commit f8a53a5c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 @@
]
}
]
}
}