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

28 lines
484 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",
2022-11-04 14:39:53 +02:00
"metro-react-native-babel-preset",
2022-11-04 22:16:41 +02:00
"webpack",
"rollup",
"typedoc",
"actions/stale"
2022-11-01 13:28:43 +02:00
]
}