Files
cunningham/renovate.json
Nathan Vasse b2866c1d2b 📌(deps) pin node to version 18
We force node to version 18 otherwise renovate will keep updating it
to version 20.
2023-11-21 17:00:07 +01:00

6 lines
176 B
JSON

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