Skip to content

Commit

Permalink
Configure renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Mar 25, 2023
1 parent d79b22e commit ce91b4f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$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.*"
]
},
{
"description": "Automatically merge minor and patch-level updates",
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
}
]
}

0 comments on commit ce91b4f

Please sign in to comment.