1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
joplin/renovate.json
2022-11-02 15:22:48 +00:00

21 lines
362 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",
"@babel/core",
"babel-eslint",
"babel-loader"
]
}