Skip to content

Commit 8d5984e

Browse files
committed
Add "Kotlin - KSP - Compose" update group
1 parent 8826c9c commit 8d5984e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ updates:
1111
interval: "weekly"
1212
registries: "*"
1313
labels: [ "version update" ]
14+
groups:
15+
kotlin-ksp-compose:
16+
patterns:
17+
- "org.jetbrains.kotlin:*"
18+
- "org.jetbrains.kotlin.jvm"
19+
- "com.google.devtools.ksp"
20+
- "androidx.compose.compiler:compiler"
1421
registries:
1522
maven-google:
1623
type: "maven-repository"

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version
6464
androidx-benchmark-macro = { group = "androidx.benchmark", name = "benchmark-macro-junit4", version.ref = "androidxMacroBenchmark" }
6565
androidx-browser = { group = "androidx.browser", name = "browser", version.ref = "androidxBrowser" }
6666
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidxComposeBom" }
67+
androidx-compose-compiler = { group = "androidx.compose.compiler", name = "compiler", version.ref = "androidxComposeCompiler" }
6768
androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation" }
6869
androidx-compose-foundation-layout = { group = "androidx.compose.foundation", name = "foundation-layout" }
6970
androidx-compose-material-iconsExtended = { group = "androidx.compose.material", name = "material-icons-extended" }

0 commit comments

Comments
 (0)