Merge pull request 'Configure Renovate' (#19) from renovate/configure into develop
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #19
This commit is contained in:
Varakh 2023-07-25 05:23:40 +00:00
commit 35bdd06f72

17
renovate.json Normal file
View 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"
]
}