From 4950f58006ceefe01c238d879182e66ddc380a1a Mon Sep 17 00:00:00 2001
From: Felix Eckhofer <felix@eckhofer.com>
Date: Mon, 10 Mar 2025 08:56:10 +0100
Subject: [PATCH] Pin tailwind 3.x for renovate

Cf. https://git.cccv.de/c3lingo/rescheduled/-/merge_requests/13
Cf. https://github.com/rails/tailwindcss-rails?tab=readme-ov-file#upgrading-your-application-from-tailwind-v3-to-v4
---
 renovate.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/renovate.json b/renovate.json
index b2f29f9..66707a1 100644
--- a/renovate.json
+++ b/renovate.json
@@ -21,6 +21,7 @@
         "ghcr.io/rails/devcontainer/images/ruby"
       ],
       "groupName": "ruby"
-    }
+    },
+    {"matchPackageNames": ["tailwindcss-rails"], "allowedVersions": "<4.0"}
   ]
 }
-- 
GitLab