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',