Skip to content

Commit

Permalink
Add renovate config for supported mobx versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill committed Sep 8, 2023
1 parent e27ed15 commit 02fc0c0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 02fc0c0

Please sign in to comment.