Skip to content

Commit

Permalink
Configure rennovate
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Aug 2, 2024
1 parent 84ad402 commit 9c8fec3
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"$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",
"com.android.tools.build:gradle"
],
"matchPackagePatterns": [
"org.jetbrains.kotlin.*"
],
"enabled": false
},
{
"description": "Automatically merge minor and patch-level updates",
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
},
{
"description": "Exclude Spotless updates",
"matchPackagePrefixes": ["com.diffplug.spotless"],
"enabled": false
},
{
"description": "Exclude Maven Plugin",
"matchPackagePrefixes": ["com.vanniktech.maven.publish"],
"enabled": false
}
]
}

0 comments on commit 9c8fec3

Please sign in to comment.