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.
31 lines
708 B
JSON
31 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"
|
|
]
|
|
}
|
|
]
|
|
}
|