Skip to content

Commit

Permalink
chore: update Renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
chachako committed Dec 8, 2023
1 parent 900da8f commit bb6042b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,14 @@
automerge: true,
},
{
// Group Kotlin dependencies together
// Group Kotlin-related dependencies together
matchPackagePrefixes: [
'org.jetbrains.kotlin',
'org.jetbrains.kotlinx',
'com.google.devtools.ksp',
'androidx.compose.compiler',
],
groupName: 'kotlin dependencies',
groupName: 'kotlin-related dependencies',
automerge: true,
},
],
Expand Down

0 comments on commit bb6042b

Please sign in to comment.