mirror of https://github.com/laurent22/joplin.git
18 lines
309 B
JSON
18 lines
309 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/**"
|
|
],
|
|
"ignoreDeps": [
|
|
"react-native",
|
|
"@types/react-native"
|
|
]
|
|
}
|