007fd0c2e3
Pillow 12.x is incompatible with fastembed which requires pillow<12.0.0. Added package rule to prevent Renovate from updating Pillow to version 12+ and reverted pyproject.toml to use pillow<12.0.0. Co-authored-by: Chris Coutinho <cbcoutinho@users.noreply.github.com>
15 lines
293 B
JSON
15 lines
293 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:best-practices",
|
|
"mergeConfidence:all-badges"
|
|
],
|
|
"dependencyDashboard": true,
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["pillow"],
|
|
"allowedVersions": "<12.0.0"
|
|
}
|
|
]
|
|
}
|