Update renovate.json5

This commit is contained in:
Goooler
2025-04-09 10:39:49 +08:00
parent 5c8fa32030
commit 4a293f04bb

View File

@@ -1,16 +1,17 @@
{
labels: [
'dependencies',
],
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
],
labels: [
'dependencies',
],
packageRules: [
{
groupName: 'Kotlin and KSP',
groupName: 'Kotlin, Compose, and KSP',
matchPackageNames: [
'com.google.devtools.ksp{/,}**',
'/org.jetbrains.kotlin.*/',
'org.jetbrains.kotlin:kotlin{/,}**',
],
},
{