1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/renovate.json

24 lines
427 B
JSON
Raw Normal View History

2022-11-01 13:28:43 +02:00
{
"$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",
2022-11-02 17:22:48 +02:00
"@types/react-native",
"@babel/core",
"babel-eslint",
"babel-loader",
"katex",
"jsc-android",
"metro-react-native-babel-preset"
2022-11-01 13:28:43 +02:00
]
}