From 5374410c673c37291409d842f14b7655853539ab Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 1 Nov 2023 00:46:59 +0530 Subject: [PATCH] fix(renovate): include KSP in Kotlin group --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d2fea7c0..418f755a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -22,6 +22,7 @@ { "matchPackageNames": [ "androidx.compose.compiler:compiler", + "com.google.devtools.ksp", "dev.drewhamilton.poko", "org.jetbrains.kotlin:kotlin-gradle-plugin", "org.jetbrains.kotlin.plugin.serialization",