mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Let Renovate group Kotlin & AGP
This commit is contained in:
22
.github/renovate.json
vendored
22
.github/renovate.json
vendored
@@ -5,8 +5,24 @@
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"ignoreDeps": [
|
||||
"org.jetbrains.kotlin",
|
||||
"com.google.devtools.ksp"
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "Kotlin",
|
||||
"groupSlug": "kotlin",
|
||||
"matchPackagePrefixes": [
|
||||
"com.google.devtools.ksp",
|
||||
"androidx.compose.compiler"
|
||||
],
|
||||
"matchPackagePatterns": [
|
||||
"org.jetbrains.kotlin.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"groupName": "AGP",
|
||||
"groupSlug": "agp",
|
||||
"matchPackagePatterns": [
|
||||
"com.android.*"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user