fbmobile/renovate.json

18 lines
306 B
JSON
Raw Normal View History

2023-07-25 05:04:32 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
2023-07-25 05:12:13 +00:00
],
"automerge": false,
"major": {
"automerge": false
},
"ignorePaths": [
2023-07-25 05:17:04 +00:00
"android/**",
"ios/**"
2023-07-25 05:12:13 +00:00
],
"ignoreDeps": [
"intl"
2023-07-25 05:04:32 +00:00
]
}