Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"labels": [
"dependencies"
],
"extends": ["config:recommended", ":dependencyDashboard"],
"packageRules": [
{
"groupName": "Kotlin",
"matchPackagePatterns": [
"org.jetbrains.kotlin.*",
"org.jetbrains.kotlin:",
]
}
]
}
6 changes: 3 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ dependencyResolutionManagement {
versionCatalogs {
create("libs") {
val agp = "7.2.1"
val kotlin = "1.7.0"
val kotlin = "1.9.25"
val ksp = "$kotlin-1.0.6"
val golang = "1.0.4"
val coroutine = "1.7.3"
val coroutine = "1.9.0"
val coreKtx = "1.8.0"
val activity = "1.5.0"
val fragment = "1.5.0"
Expand All @@ -31,7 +31,7 @@ dependencyResolutionManagement {
val recyclerview = "1.2.1"
val viewpager = "1.0.0"
val material = "1.6.1"
val serialization = "1.3.3"
val serialization = "1.7.3"
val kaidl = "1.15"
val room = "2.4.2"
val multiprocess = "1.0.0"
Expand Down