Configure Renovate #19
1 changed files with 17 additions and 0 deletions
17
renovate.json
Normal file
17
renovate.json
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
],
|
||||||
|
"automerge": false,
|
||||||
|
"major": {
|
||||||
|
"automerge": false
|
||||||
|
},
|
||||||
|
"ignorePaths": [
|
||||||
|
"android/**",
|
||||||
|
"ios/**"
|
||||||
|
],
|
||||||
|
"ignoreDeps": [
|
||||||
|
"intl"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue