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