Skip to content

Commit

Permalink
Add KSP to the Kotlin group (#2550)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton authored Jan 29, 2025
1 parent ac94936 commit cd2b49e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
packageRules: [
// Compose compilers and Zipline are tightly coupled to Kotlin version.
{
groupName: 'Kotlin, Compose, and Zipline',
groupName: 'Kotlin, Compose, KSP, and Zipline',
matchPackageNames: [
'androidx.compose.compiler{/,}**',
'app.cash.zipline{/,}**',
'com.google.devtools.ksp{/,}**',
'dev.drewhamilton.poko{/,}**',
'org.jetbrains.compose.compiler{/,}**',
'org.jetbrains.kotlin:kotlin{/,}**',
Expand Down

0 comments on commit cd2b49e

Please sign in to comment.