i18next-parser had a compatibility issue with a dependency (cheerio). The last version fixed this issue, plus fixed another issue about a configuration problem. We can now remove it from the renovate ignore list.
20 lines
507 B
JSON
20 lines
507 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": ["fetch-mock", "node", "node-fetch", "eslint"]
|
|
}
|
|
]
|
|
}
|