From 76221e7bb6d0f93800f9c8fe375b7a8ccdbc04fb Mon Sep 17 00:00:00 2001 From: Justin Bennett Date: Sat, 5 Oct 2024 14:28:05 -0400 Subject: [PATCH] Flatten astro dependencies back out --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 238d0ea..177a3e0 100644 --- a/renovate.json +++ b/renovate.json @@ -3,9 +3,8 @@ "extends": ["config:recommended"], "packageRules": [ { - "extends": ["monorepo:astro"], "matchPackageNames": ["astro", "@astrojs/**"], - "groupName": "monorepo:astro" + "groupName": "astro" }, { "matchPackageNames": ["wrangler", "@cloudflare/**"],