Files
cunningham/renovate.json
Nathan Vasse c370970ec4 📌(deps) pin remark-gfm to 3.0.1
The MDX package is still broken as it does not support the new major
version of remark-gfm.
2023-10-03 11:52:23 +02:00

6 lines
168 B
JSON

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