Skip to content

Commit f50a42f

Browse files
authored
Merge pull request #947 from square/rbusarow/renovate_grouping
add Renovate groups for Kotlin and androidx-lifecycle updates
2 parents 44e334f + d2e95ae commit f50a42f

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "a
113113

114114
androidx-cardview = { module = "androidx.cardview:cardview", version.ref = "androidx-cardview" }
115115

116+
androidx-compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "androidx-compose-compiler" }
117+
116118
androidx-compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "androidx-compose" }
117119
androidx-compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "androidx-compose" }
118120

renovate.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
2+
"$schema" : "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends" : [
44
"config:base"
5+
],
6+
"packageRules" : [
7+
{
8+
"matchPackagePatterns" : [
9+
"^org\\.jetbrains\\.kotlin:(?:[\\w-]+)$",
10+
"^androidx\\.compose\\.compiler:(?:[\\w-]+)$",
11+
"^com\\.google\\.devtools\\.ksp:(?:[\\w-]+)$"
12+
],
13+
"groupName" : "Kotlin and compiler plugins"
14+
},
15+
{
16+
"matchPackagePatterns" : [
17+
"^androidx\\.activity:(?:[\\w-]+)$",
18+
"^androidx\\.fragment:(?:[\\w-]+)$",
19+
"^androidx\\.lifecycle:(?:[\\w-]+)$"
20+
],
21+
"groupName" : "androidx lifecycle and downstream libs"
22+
}
523
]
624
}

0 commit comments

Comments
 (0)