fbmobile/renovate.json
Varakh 3d11fde4e9
All checks were successful
continuous-integration/drone/push Build is passing
Add back ignoring intl as it depends on underlying flutter engine #noissue
2023-07-27 18:17:18 +00: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"
]
}