14 lines
264 B
JSON
14 lines
264 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"automerge": false,
|
|
"major": {
|
|
"automerge": false
|
|
},
|
|
"ignorePaths": [
|
|
"android/**",
|
|
"ios/**"
|
|
]
|
|
}
|