Compare commits
4 commits
31d91bafc1
...
35bdd06f72
Author | SHA1 | Date | |
---|---|---|---|
35bdd06f72 | |||
e59164e803 | |||
eec38b455c | |||
ee6230399a |
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