Skip to content

Commit

Permalink
chore: added renovate groups
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Kalderstam <[email protected]>
  • Loading branch information
spacecowboy committed Jan 23, 2025
1 parent 274830b commit 83b0b38
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
Expand Up @@ -13,6 +13,32 @@
"^com.android.application"
],
"groupName": "compiler"
},
{
"matchPackagePatterns": [
"^com.squareup.okhttp",
"^com.squareup.okio",
"^org.conscrypt"
],
"groupName": "okhttp"
},
{
"matchPackagePatterns": [
"^androidx.emoji2"
],
"groupName": "emoji2"
},
{
"matchPackagePatterns": [
"^androidx.test"
],
"groupName": "androidx.test"
},
{
"matchPackagePatterns": [
"^org.kodein.di"
],
"groupName": "kodein di"
}
]
}

0 comments on commit 83b0b38

Please sign in to comment.