⬆️(project) update renovate.json config

Update the renovate config to fit with
what we setup in People project.
This commit is contained in:
Anthony LC
2024-04-03 11:28:21 +02:00
committed by Anthony LC
parent b517b0bc39
commit 3ba388bc49

View File

@@ -1,25 +1,19 @@
{
"extends": [
"github>numerique-gouv/renovate-configuration"
],
"extends": ["github>numerique-gouv/renovate-configuration"],
"dependencyDashboard": true,
"labels": ["dependencies", "noChangeLog"],
"packageRules": [
{
"enabled": false,
"groupName": "ignored python dependencies",
"matchManagers": [
"setup-cfg"
],
"matchManagers": ["pep621"],
"matchPackageNames": []
},
{
"enabled": false,
"groupName": "ignored js dependencies",
"matchManagers": [
"npm"
],
"matchPackageNames": [
"node"
]
"matchManagers": ["npm"],
"matchPackageNames": ["node", "node-fetch", "i18next-parser"]
}
]
}