From d3745187389b1fc5867059b7cf8b259ec72ff904 Mon Sep 17 00:00:00 2001 From: Drew Hamilton Date: Thu, 2 Nov 2023 16:03:33 -0700 Subject: [PATCH] Renovate: Couple Kotlin tooling with Kotlin language version updates (#89) --- renovate.json5 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index 39a2b6e..b3b0975 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -2,5 +2,17 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" - ] + ], + "packageRules": [ + { + // Compiler plugins are tightly coupled to Kotlin version + "groupName": "Kotlin", + "matchPackagePrefixes": [ + "androidx.compose.compiler", + "dev.drewhamilton.poko", + "org.jetbrains.kotlin", + "org.jetbrains.kotlinx:binary-compatibility-validator", + ], + }, + ], }