mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-23 05:59:39 +00:00
Add renovate config for supported mobx versions
This commit is contained in:
parent
e27ed15c3c
commit
02fc0c059b
14
.github/renovate.json
vendored
14
.github/renovate.json
vendored
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user