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

35 lines
589 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",
"katex",
"jsc-android",
"metro-react-native-babel-preset",
"webpack",
"rollup",
"typedoc",
"actions/stale",
"@svgr/webpack"
],
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"automerge": true
}
]
}