Files
cunningham/renovate.json
Nathan Vasse 6d195f6dad 📌(react) pin @storybook/builder-vite to 0.3.0
This dependency was breaking the docs CSS.
2023-04-25 11:28:32 +02:00

12 lines
178 B
JSON

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