Files
cunningham/renovate.json
jbpenrath a61e6ec169 📌(deps) pin eslint to version less than 9
Eslint 9 has been recently released but some related dependencies are
not yet compatible (e.g: @typescript-eslint/parser). So we have to pin
this deps awaiting the support by other deps.
2024-04-29 15:38:22 +02:00

6 lines
186 B
JSON

{
"extends": ["github>openfun/renovate-configuration"],
"ignoreDeps": ["chalk", "@storybook/builder-vite", "remark-gfm", "node", "eslint"],
"ignorePaths": ["**/node_modules/**"]
}