Compatibility issues with `@types/react-dom`. Force the usage of the same version of `@types/react-dom` across all packages and dependencies.
19 lines
456 B
JSON
19 lines
456 B
JSON
{
|
|
"extends": ["github>numerique-gouv/renovate-configuration"],
|
|
"dependencyDashboard": true,
|
|
"packageRules": [
|
|
{
|
|
"enabled": false,
|
|
"groupName": "ignored python dependencies",
|
|
"matchManagers": ["pep621"],
|
|
"matchPackageNames": []
|
|
},
|
|
{
|
|
"enabled": false,
|
|
"groupName": "ignored js dependencies",
|
|
"matchManagers": ["npm"],
|
|
"matchPackageNames": ["node", "node-fetch", "i18next-parser"]
|
|
}
|
|
]
|
|
}
|