Skip to content

Commit 0eb43aa

Browse files
committed
Revert the group rule for Kotlin
1 parent a419c64 commit 0eb43aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/renovate.json5

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
],
99
packageRules: [
1010
{
11-
groupName: 'Kotlin, Compose, and KSP',
11+
groupName: 'Kotlin and KSP',
1212
matchPackageNames: [
1313
'com.google.devtools.ksp{/,}**',
14-
'org.jetbrains.kotlin:kotlin{/,}**',
14+
'/org.jetbrains.kotlin.*/'
1515
],
1616
},
1717
{

0 commit comments

Comments
 (0)