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