Last bump to react 19 was a breaking change with the previous version of Cunnigham, so we need to update cunningham to 3.0.0 to be compatible with it. We can now remove Cunnigham from the list of ignored dependencies in the renovate.json file.
26 lines
581 B
JSON
26 lines
581 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": [
|
|
"eslint",
|
|
"fetch-mock",
|
|
"node",
|
|
"node-fetch",
|
|
"workbox-webpack-plugin"
|
|
]
|
|
}
|
|
]
|
|
}
|