🔥(renovate) clean ignored frontend dependencies

As the frontend project has been dropped and replaced by a new Vite.js project,
previously ignored dependencies may no longer be relevant.
This commit is contained in:
lebaudantoine
2024-07-01 18:50:13 +02:00
committed by antoine lebaud
parent 890a58b133
commit d66f19793a

View File

@@ -13,14 +13,7 @@
"enabled": false,
"groupName": "ignored js dependencies",
"matchManagers": ["npm"],
"matchPackageNames": [
"node",
"node-fetch",
"i18next-parser",
"eslint",
"react",
"react-dom"
]
"matchPackageNames": []
}
]
}