From 3f1b9ed263f39f8538e9961943ccc0dd1d3f9964 Mon Sep 17 00:00:00 2001 From: jason plumb <75337021+breedx-splk@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:40:56 -0800 Subject: [PATCH] Group spotless renovate updates (#6042) --- .github/renovate.json5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 478b6ca84e..a22fdfb2e4 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -27,6 +27,10 @@ "matchPackageNames": ["org.jetbrains.kotlinx:kotlinx-coroutines-core"], "matchCurrentVersion": "1.5.2", "enabled": false + }, + { + "matchPackagePrefixes": ["com.diffplug.spotless"], + "groupName": "spotless packages" } ] }