📌(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:
@@ -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/**"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user