mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
Last version of Blocknotes is compatible with React 19.0.0, it seems even necessary to bump the version of React to 19.0.0. We bump the version of React to 19.0.0 and remove the react packages from renovate list of ignored dependencies.
26 lines
618 B
JSON
26 lines
618 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",
|
|
"eslint",
|
|
"fetch-mock",
|
|
"node",
|
|
"node-fetch",
|
|
"workbox-webpack-plugin"
|
|
]
|
|
}
|
|
]
|
|
}
|