mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
fix(renovate): group Kotlin and Compose compiler updates for Renovate
This commit is contained in:
15
.github/renovate.json5
vendored
15
.github/renovate.json5
vendored
@@ -22,6 +22,14 @@
|
||||
],
|
||||
"groupName": "androidx"
|
||||
},
|
||||
{
|
||||
// Compose compiler is tightly coupled to Kotlin version
|
||||
"groupName": "Kotlin and Compose",
|
||||
"matchPackagePrefixes": [
|
||||
"androidx.compose.compiler",
|
||||
"org.jetbrains.kotlin",
|
||||
],
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"^io.sentry",
|
||||
@@ -29,13 +37,6 @@
|
||||
],
|
||||
"groupName": "sentry"
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"^kotlin",
|
||||
"^org.jetbrains.kotlin",
|
||||
],
|
||||
"groupName": "kotlin"
|
||||
},
|
||||
{
|
||||
"managers": [
|
||||
"gradle"
|
||||
|
Reference in New Issue
Block a user