Skip to content

Commit 680baec

Browse files
authored
Split kotlin dependencies (#62)
1 parent a5c58bc commit 680baec

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,15 @@
66

77
"baseBranches": [
88
"main"
9+
],
10+
"packageRules": [
11+
{
12+
"groupName": "Kotlin Dependencies",
13+
"matchPackagePrefixes": [
14+
"org.jetbrains.kotlin",
15+
"co.touchlab.skie",
16+
"com.google.devtools.ksp"
17+
]
18+
}
919
]
1020
}

0 commit comments

Comments
 (0)