mirror of
https://github.com/suitenumerique/drive.git
synced 2026-09-21 17:18:17 +02:00
Celery is not compatible with redis >= 6.0.0, we have to stay on version 5.x
13 lines
356 B
JSON
13 lines
356 B
JSON
{
|
|
"extends": ["github>numerique-gouv/renovate-configuration"],
|
|
"dependencyDashboard": true,
|
|
"labels": ["dependencies", "noChangeLog"],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "allowed redis versions",
|
|
"matchManagers": ["pep621"],
|
|
"matchPackageNames": ["redis"],
|
|
"allowedVersions": "<6.0.0"
|
|
}
|
|
]
|
|
} |