From bf35da216ba523eeca6c2f769fcefd99c0207284 Mon Sep 17 00:00:00 2001 From: Justin Bennett Date: Fri, 4 Oct 2024 12:50:14 -0400 Subject: [PATCH] Merge astro monorepo --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index cf0468d..514366f 100644 --- a/renovate.json +++ b/renovate.json @@ -3,8 +3,8 @@ "extends": ["config:recommended"], "packageRules": [ { - "matchPackageNames": ["@astrojs/**"], - "groupName": "astro" + "extends": ["monorepo:astro"], + "matchPackageNames": ["@astrojs/**"] }, { "matchPackageNames": ["wrangler", "@cloudflare/**"],