mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
14 lines
246 B
JSON
14 lines
246 B
JSON
|
{
|
||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
"extends": [
|
||
|
"config:base"
|
||
|
],
|
||
|
"ignorePaths": [
|
||
|
"**/node_modules/**",
|
||
|
"**/bower_components/**",
|
||
|
"packages/app-cli/tests/**",
|
||
|
"packages/plugins/**",
|
||
|
"Assets/**"
|
||
|
]
|
||
|
}
|