Files
cunningham/renovate.json
Anthony Le Courric 6ea8544fed 🔨(project) add json, cjs and js extensions to prettier config
Prettier had some missing extensions in the config, this commit
added them, we then prettified the whole project. We
ignore the `cunningham-tokens` files.
2023-08-21 12:32:14 +02:00

6 lines
154 B
JSON

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