Skip to content

Commit 6f2ce3a

Browse files
committed
make Renovate extend the config:best-practices preset
1 parent 17d832a commit 6f2ce3a

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

renovate.json

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
{
22
"$schema" : "https://docs.renovatebot.com/renovate-schema.json",
33
"extends" : [
4-
"config:base"
4+
"config:best-practices"
55
],
6+
"rebaseWhen" : "conflicted",
7+
"rebaseLabel" : "rebase",
68
"packageRules" : [
79
{
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"
10+
"groupName" : "Kotlin and compiler plugins",
11+
"matchPackagePrefixes" : [
12+
"androidx.compose.compiler:",
13+
"com.google.devtools.ksp:",
14+
"org.jetbrains.kotlin:"
15+
]
1416
},
1517
{
16-
"matchPackagePatterns" : [
17-
"^androidx\\.activity:(?:[\\w-]+)$",
18-
"^androidx\\.fragment:(?:[\\w-]+)$",
19-
"^androidx\\.lifecycle:(?:[\\w-]+)$"
20-
],
21-
"groupName" : "androidx lifecycle and downstream libs"
18+
"groupName" : "androidx lifecycle and downstream libs",
19+
"matchPackagePrefixes" : [
20+
"androidx.activity:",
21+
"androidx.fragment:",
22+
"androidx.lifecycle:"
23+
]
2224
}
2325
]
2426
}

0 commit comments

Comments
 (0)