Skip to content

Commit

Permalink
Configure Renovate
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Goooler <wangzongler@gmail.com>
  • Loading branch information
renovate[bot] and Goooler authored Aug 10, 2023
1 parent 80bb1b2 commit 6723fd5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"labels": [
"dependencies"
],
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"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 6723fd5

Please sign in to comment.