release/1.6.2+20 #76
1 changed files with 11 additions and 0 deletions
|
@ -2,5 +2,16 @@
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended"
|
||||||
|
],
|
||||||
|
"automerge": false,
|
||||||
|
"major": {
|
||||||
|
"automerge": false
|
||||||
|
},
|
||||||
|
"ignorePaths": [
|
||||||
|
"*/android/**",
|
||||||
|
"*/ios/**"
|
||||||
|
],
|
||||||
|
"ignoreDeps": [
|
||||||
|
"intl"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue