📌(deps) pin node to version 18

We force node to version 18 otherwise renovate will keep updating it
to version 20.
This commit is contained in:
Nathan Vasse
2023-11-20 17:15:42 +01:00
committed by NathanVss
parent 98c7075637
commit b2866c1d2b
7 changed files with 11 additions and 11 deletions

View File

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