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" + ] + } ] }