From 3405f524dfcd6dac991ee1e3124d9a3ad7bc3dad Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 12 Apr 2025 10:25:40 +0200 Subject: [PATCH] Update dependabot.yml with tailwind group --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ebabeba8..bce94ba7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -41,6 +41,10 @@ updates: workbox: patterns: - 'workbox*' + tailwindcss: + patterns: + - 'tailwindcss' + - '@tailwindcss/*' ignore: # Bootstrap can introduce visual breaking changes on styles # Ignore it, since the plan is to remove it anyway