10 lines
143 B
JSON
10 lines
143 B
JSON
{
|
|
"extends": [
|
|
"github>openfun/renovate-configuration"
|
|
],
|
|
"ignoreDeps": [
|
|
"chalk"
|
|
],
|
|
"ignorePaths": ["**/node_modules/**"]
|
|
}
|