This repository was forked from Drive in late December 2025 and boostraped as a minimal demo of backend+caldav server+frontend integration. There is much left to do and to fix!
25 lines
788 B
JSON
25 lines
788 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 pylint versions",
|
|
"matchManagers": ["pep621"],
|
|
"matchPackageNames": ["pylint"],
|
|
"allowedVersions": "<4.0.0"
|
|
},
|
|
{
|
|
"description": "Disable requires-python updates - managed manually",
|
|
"matchManagers": ["pep621"],
|
|
"matchPackageNames": ["python"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
} |