📌(backend) ping django<6.0.0
We want to wait before migrating to django 6. For now we require all versions less than version 6 and we add a rule in renovate configuration
This commit is contained in:
@@ -25,6 +25,12 @@
|
||||
"matchPackageNames": ["pylint"],
|
||||
"allowedVersions": "<4.0.0"
|
||||
},
|
||||
{
|
||||
"groupName": "allowed django versions",
|
||||
"matchManagers": ["pep621"],
|
||||
"matchPackageNames": ["django"],
|
||||
"allowedVersions": "<6.0.0"
|
||||
},
|
||||
{
|
||||
"enabled": false,
|
||||
"groupName": "ignored js dependencies",
|
||||
|
||||
Reference in New Issue
Block a user