joplin/renovate.json

18 lines
309 B
JSON
Raw Normal View History

2022-11-01 11:28:43 +00: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",
"@types/react-native"
2022-11-01 11:28:43 +00:00
]
}