From e7b93680af771abba13ab05c9a154b6e4d293eae Mon Sep 17 00:00:00 2001 From: Robin Date: Wed, 21 Feb 2024 14:59:21 -0500 Subject: [PATCH] Tell Renovate to ignore @react-types/dialog It's part of React Spectrum, which we're trying to avoid updating at this time because we're phasing out usage of the libraries and upgrading them is painful. --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 8e4e5b9c..b6cd0b23 100644 --- a/renovate.json +++ b/renovate.json @@ -21,6 +21,7 @@ "@react-stately/collections", "@react-stately/select", "@react-stately/tooltip", - "@react-stately/tree" + "@react-stately/tree", + "@react-types/dialog" ] }