mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
The last version of Cunningham has problems. Better to downgrade to the previous version. We add cunningham library to renovate.json to prevent future upgrade with Renovate. An issue will be open to upgrade to the last version manually.
30 lines
708 B
JSON
30 lines
708 B
JSON
{
|
|
"extends": ["github>numerique-gouv/renovate-configuration"],
|
|
"dependencyDashboard": true,
|
|
"labels": ["dependencies", "noChangeLog"],
|
|
"packageRules": [
|
|
{
|
|
"enabled": false,
|
|
"groupName": "ignored python dependencies",
|
|
"matchManagers": ["pep621"],
|
|
"matchPackageNames": []
|
|
},
|
|
{
|
|
"enabled": false,
|
|
"groupName": "ignored js dependencies",
|
|
"matchManagers": ["npm"],
|
|
"matchPackageNames": [
|
|
"@openfun/cunningham-react",
|
|
"@types/react",
|
|
"@types/react-dom",
|
|
"eslint",
|
|
"fetch-mock",
|
|
"node",
|
|
"node-fetch",
|
|
"react",
|
|
"react-dom",
|
|
"workbox-webpack-plugin"
|
|
]
|
|
}
|
|
]
|
|
}
|