File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"extends" : [
4
- " config:base "
4
+ " config:best-practices "
5
5
],
6
+ "rebaseWhen" : " conflicted" ,
7
+ "rebaseLabel" : " rebase" ,
6
8
"packageRules" : [
7
9
{
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
+ ]
14
16
},
15
17
{
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
+ ]
22
24
}
23
25
]
24
26
}
You can’t perform that action at this time.
0 commit comments