Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Try and group Kotlin, KSP and Compose dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Nov 15, 2022
1 parent 2821238 commit 3a9fa50
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@
"labels": [
"dependencies"
],
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"ignoreDeps": [
"org.jetbrains.kotlin",
"com.google.devtools.ksp"
"packageRules": [
{
"groupName": "Kotlin, KSP and Compose Compiler",
"groupSlug": "kotlin",
"matchPackagePrefixes": [
"com.google.devtools.ksp",
"androidx.compose.compiler"
],
"matchPackagePatterns": [
"org.jetbrains.kotlin.*"
]
}
]
}

0 comments on commit 3a9fa50

Please sign in to comment.