Add renovate config for supported mobx versions

This commit is contained in:
Bill Thornton 2023-09-08 09:16:58 -04:00
parent e27ed15c3c
commit 02fc0c059b

14
.github/renovate.json vendored
View File

@ -32,5 +32,19 @@
"react-native-screens",
"react-native-webview",
"typescript"
],
"packageRules": [
{
"matchPackageNames": [ "mobx" ],
"allowedVersions": "<6"
},
{
"matchPackageNames": [ "mobx-react-lite" ],
"allowedVersions": "<3"
},
{
"matchPackageNames": [ "mobx-task" ],
"allowedVersions": "<3"
}
]
}