From 1ad83d65ab4b8d25f5e4ea8cbd4947729fa0eea2 Mon Sep 17 00:00:00 2001
From: Laurent Cozic <laurent22@users.noreply.github.com>
Date: Sun, 17 Sep 2023 08:20:35 +0100
Subject: [PATCH] Tools: Exclude styled-components from Renovate updates

---
 renovate.json5 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/renovate.json5 b/renovate.json5
index a27706b27..a02e20800 100644
--- a/renovate.json5
+++ b/renovate.json5
@@ -179,6 +179,11 @@
 
 		// We are too many versions behind so it needs to be manually upgraded.
 		"immer",
+
+		// We don't really use styled-components anymore and v6 introduces
+		// breaking changes. Ideally we should just update existing components
+		// to rscss.
+		"styled-components",
 	],
 	"packageRules": [
 		{