2022-12-01 12:07:38 +01:00
|
|
|
{
|
|
|
|
|
"extends": [
|
|
|
|
|
"github>openfun/renovate-configuration"
|
|
|
|
|
],
|
2022-12-12 17:52:00 +01:00
|
|
|
"ignoreDeps": [
|
2023-04-14 16:37:44 +02:00
|
|
|
"chalk", "@storybook/builder-vite"
|
2022-12-12 17:52:00 +01:00
|
|
|
],
|
2023-04-14 16:37:44 +02:00
|
|
|
"ignorePaths": [
|
|
|
|
|
"**/node_modules/**"
|
|
|
|
|
]
|
2022-12-01 12:07:38 +01:00
|
|
|
}
|