bf50d9a712
Notice this was done upstream in https://github.com/mastodon/mastodon/pull/26306 by one of the Renovate people, so thought it would make sense here too
18 lines
431 B
JSON
18 lines
431 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "Kotlin",
|
|
"groupSlug": "kotlin",
|
|
"matchPackagePrefixes": [
|
|
"com.google.devtools.ksp"
|
|
],
|
|
"matchPackagePatterns": [
|
|
"org.jetbrains.kotlin.*"
|
|
]
|
|
}
|
|
]
|
|
}
|