40bd95d752
Update to Kotlin 1.9.0 and migrate to newer language idioms. - Remove unnecessary @OptIn for features migrated to mainstream - Use `data object` where appropriate - Use new enum `entries` property
18 lines
424 B
JSON
18 lines
424 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "Kotlin",
|
|
"groupSlug": "kotlin",
|
|
"matchPackagePrefixes": [
|
|
"com.google.devtools.ksp"
|
|
],
|
|
"matchPackagePatterns": [
|
|
"org.jetbrains.kotlin.*"
|
|
]
|
|
}
|
|
]
|
|
}
|