diff --git a/renovate.json b/renovate.json index 5db72dd6a9..a0cc5e555f 100644 --- a/renovate.json +++ b/renovate.json @@ -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:", + ] + } ] } diff --git a/settings.gradle.kts b/settings.gradle.kts index 4773325055..d6251ca7eb 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -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" @@ -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"