Downgrade eslint to 8.57.0. 9.0.0 has breaking changes, the adoption is still very low, better to wait. Add it in the renovate.json file.
20 lines
511 B
JSON
20 lines
511 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": ["node", "node-fetch", "i18next-parser", "eslint"]
|
|
}
|
|
]
|
|
}
|