Skip to content

Commit 4a293f0

Browse files
committed
Update renovate.json5
1 parent 5c8fa32 commit 4a293f0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: .github/renovate.json5

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
2-
labels: [
3-
'dependencies',
4-
],
2+
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
53
extends: [
64
'config:recommended',
75
],
6+
labels: [
7+
'dependencies',
8+
],
89
packageRules: [
910
{
10-
groupName: 'Kotlin and KSP',
11+
groupName: 'Kotlin, Compose, and KSP',
1112
matchPackageNames: [
1213
'com.google.devtools.ksp{/,}**',
13-
'/org.jetbrains.kotlin.*/',
14+
'org.jetbrains.kotlin:kotlin{/,}**',
1415
],
1516
},
1617
{

0 commit comments

Comments
 (0)