From 89b1b98f4ab24ffe7701b51c29a7b23f4fbae9e1 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 22 Sep 2024 21:37:55 +0200 Subject: [PATCH] feat(deps): add renovate groups --- renovate.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/renovate.json b/renovate.json index 5db72dd..a945c20 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,21 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" + ], + "packageRules": [ + { + "groupName": "astro", + "matchPackagePrefixes": [ + "@astrojs/", + "astro" + ] + }, + { + "groupName": "tailwindcss", + "matchPackagePrefixes": [ + "@tailwindcss/", + "tailwindcss" + ] + } ] }