fbmobile/renovate.json

18 lines
310 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": [
"*/android/**",
"*/ios/**"
],
"ignoreDeps": [
"intl"
2023-07-25 05:04:32 +00:00
]
}