Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
frett authored Dec 2, 2024
1 parent 769fff1 commit ea51177
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
"packageRules": [
{
"groupName": "Kotlin and KSP",
"description": "Kotlin and KSP are tightly coupled.",
"description": "Kotlin, KSP and Mockposable are tightly coupled.",
"matchPackageNames": [
"org.jetbrains.kotlin:kotlin{/,}**",
"com.google.devtools.ksp{/,}**",
"com.jeppeman.mockposable:mockposable-gradle{/,}**",
"org.jetbrains.kotlin:kotlin{/,}**",
"org.jetbrains.kotlin.plugin.compose{/,}**"
]
},
Expand Down

0 comments on commit ea51177

Please sign in to comment.