From d7663f77f841ed8d4fb269a62bb69f5e896afc30 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 6 Oct 2025 14:42:06 +0200 Subject: [PATCH] Add dependabot group for tailwind --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bdd4e813..43890c6c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,6 +18,10 @@ updates: patterns: - 'rollup' - '@rollup/*' + tailwind: + patterns: + - 'tailwindcss' + - '@tailwindcss/*' typescript-types: patterns: - '@types/*'