mirror of
https://github.com/suitenumerique/drive.git
synced 2026-04-26 01:24:55 +02:00
the depenency django-pylint was not compatible with pylint 4.0.0 They are released version 2.7.0, this version is now compatible with pylint>4 We can also remove pylin constraint in the renovate.json file
31 lines
1013 B
JSON
31 lines
1013 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"
|
|
},
|
|
{
|
|
"groupName": "allowed django versions",
|
|
"matchManagers": ["pep621"],
|
|
"matchPackageNames": ["django"],
|
|
"allowedVersions": "<6.0.0"
|
|
},
|
|
{
|
|
"groupName": "allowed mozilla-django-oidc versions",
|
|
"matchManagers": ["pep621"],
|
|
"matchPackageNames": ["mozilla-django-oidc"],
|
|
"allowedVersions": "<5.0.0"
|
|
},
|
|
{
|
|
"description": "Disable requires-python updates - managed manually",
|
|
"matchManagers": ["pep621"],
|
|
"matchPackageNames": ["python"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
} |