Skip to content

Commit a9edc69

Browse files
committedNov 29, 2023
update renovate to group kotlin
1 parent d3c3f86 commit a9edc69

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed
 

‎renovate.json

+11-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@
33
"extends": [
44
"config:base"
55
],
6-
"labels": [
7-
"dependencies"
6+
"labels": ["dependencies"],
7+
"packageRules": [
8+
{
9+
"groupName": "Kotlin",
10+
"matchPackagePrefixes": [
11+
"androidx.compose.compiler",
12+
"com.google.devtools.ksp",
13+
"org.jetbrains.kotlin",
14+
"org.jetbrains.kotlinx:binary-compatibility-validator"
15+
]
16+
}
817
]
918
}

0 commit comments

Comments
 (0)
Please sign in to comment.