mirror of
https://github.com/suitenumerique/docs.git
synced 2026-08-17 21:25:43 +02:00
@hocuspocus made a major release, we need to do a substantial refactor to be compatible with it. This PR downgrades to the previous major release, which is still compatible with our codebase, until we have time to do the necessary refactor.
77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"extends": ["github>numerique-gouv/renovate-configuration"],
|
|
"dependencyDashboard": true,
|
|
"labels": ["dependencies", "noChangeLog", "automated"],
|
|
"schedule": ["before 7am on monday"],
|
|
"prCreation": "not-pending",
|
|
"rebaseWhen": "conflicted",
|
|
"updateNotScheduled": false,
|
|
"packageRules": [
|
|
{
|
|
"enabled": false,
|
|
"groupName": "ignored python dependencies",
|
|
"matchManagers": ["pep621"],
|
|
"matchPackageNames": []
|
|
},
|
|
{
|
|
"groupName": "allowed redis versions",
|
|
"matchManagers": ["pep621"],
|
|
"matchPackageNames": ["redis"],
|
|
"allowedVersions": "<6.0.0"
|
|
},
|
|
{
|
|
"groupName": "allowed pylint versions",
|
|
"matchManagers": ["pep621"],
|
|
"matchPackageNames": ["pylint"],
|
|
"allowedVersions": "<4.0.0"
|
|
},
|
|
{
|
|
"groupName": "allowed django versions",
|
|
"matchManagers": ["pep621"],
|
|
"matchPackageNames": ["django"],
|
|
"allowedVersions": "<6.0.0"
|
|
},
|
|
{
|
|
"groupName": "allowed celery versions",
|
|
"matchManagers": ["pep621"],
|
|
"matchPackageNames": ["celery"],
|
|
"allowedVersions": "<5.6.0"
|
|
},
|
|
{
|
|
"groupName": "allowed pydantic-ai-slim versions",
|
|
"matchManagers": ["pep621"],
|
|
"matchPackageNames": ["pydantic-ai-slim"],
|
|
"allowedVersions": "<1.59.0"
|
|
},
|
|
{
|
|
"groupName": "allowed langfuse versions",
|
|
"matchManagers": ["pep621"],
|
|
"matchPackageNames": ["langfuse"],
|
|
"allowedVersions": "<3.12.0"
|
|
},
|
|
{
|
|
"groupName": "allowed django-treebeard versions",
|
|
"matchManagers": ["pep621"],
|
|
"matchPackageNames": ["django-treebeard"],
|
|
"allowedVersions": "<5.0.0"
|
|
},
|
|
{
|
|
"enabled": false,
|
|
"groupName": "ignored js dependencies",
|
|
"matchManagers": ["npm"],
|
|
"matchPackageNames": [
|
|
"@hocuspocus/provider",
|
|
"@hocuspocus/server",
|
|
"@react-pdf/renderer",
|
|
"fetch-mock",
|
|
"node",
|
|
"node-fetch",
|
|
"react-resizable-panels",
|
|
"stylelint",
|
|
"stylelint-config-standard",
|
|
"workbox-webpack-plugin"
|
|
]
|
|
}
|
|
]
|
|
}
|