From 02fc0c059b7a3f56d01d3c90dcf2c9a84e98f701 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Fri, 8 Sep 2023 09:16:58 -0400 Subject: [PATCH] Add renovate config for supported mobx versions --- .github/renovate.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 6bf847ac..37718c63 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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" + } ] }