fbmobile/renovate.json
Varakh e59164e803
All checks were successful
continuous-integration/drone/push Build is passing
Ignore android and ios folders
2023-07-25 07:17:04 +02:00

18 lines
306 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"automerge": false,
"major": {
"automerge": false
},
"ignorePaths": [
"android/**",
"ios/**"
],
"ignoreDeps": [
"intl"
]
}