From b16aeb31be1d3b1404c3ebdcac9b49a9d9a03578 Mon Sep 17 00:00:00 2001 From: Robin Date: Wed, 29 Nov 2023 16:45:59 -0500 Subject: [PATCH] Ignore React Spectrum updates A couple different people (me and Dave) have tried and failed to find an easy way to upgrade these, and in the future we won't need these dependencies at all once the switch to Compound Web is finished, so let's not generate Renovate PRs for them. --- renovate.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/renovate.json b/renovate.json index b0d4979c..548d9e50 100644 --- a/renovate.json +++ b/renovate.json @@ -7,5 +7,19 @@ "matchPackagePatterns": ["matrix-js-sdk"], "enabled": false } + ], + "ignoreDeps": [ + "@react-aria/button", + "@react-aria/focus", + "@react-aria/menu", + "@react-aria/overlays", + "@react-aria/select", + "@react-aria/tabs", + "@react-aria/tooltip", + "@react-aria/utils", + "@react-stately/collections", + "@react-stately/select", + "@react-stately/tooltip", + "@react-stately/tree" ] }