1
0
mirror of https://github.com/tuskyapp/Tusky synced 2024-12-11 16:46:35 +01:00
Tusky-App-Android/renovate.json

19 lines
424 B
JSON
Raw Normal View History

{
"$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.*"
]
}
]
}