From 1298a138a32145d8239a0da9d46d5a3fb83035bf Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Wed, 15 Jan 2025 14:39:46 -0500 Subject: [PATCH] In the future, let's do `@wordpress/dataviews` separately for now. --- .github/renovate.json5 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 2d9b3c1d3e837..1c87e360c7418 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -87,6 +87,14 @@ matchPackageNames: [ 'docker/**' ], }, + // Separate this from 'monorepo:wordpress' while it's still considered unstable. + { + groupName: '@wordpress/dataviews', + matchPackageNames: [ '@wordpress/dataviews' ], + separateMajorMinor: false, + prPriority: 1, + }, + // 🤷 { groupName: 'Instant Search Dependency Updates',