|
1 | 1 | {
|
2 |
| - "$schema" : "https://docs.renovatebot.com/renovate-schema.json", |
3 |
| - "extends" : [ |
| 2 | + "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
| 3 | + "extends": [ |
4 | 4 | "config:best-practices"
|
5 | 5 | ],
|
6 |
| - "rebaseWhen" : "conflicted", |
7 |
| - "rebaseLabel" : "rebase", |
8 |
| - "packageRules" : [ |
| 6 | + "rebaseWhen": "conflicted", |
| 7 | + "rebaseLabel": "rebase", |
| 8 | + "packageRules": [ |
9 | 9 | {
|
10 |
| - "groupName" : "Kotlin and compiler plugins", |
11 |
| - "matchPackagePrefixes" : [ |
12 |
| - "androidx.compose.compiler:", |
13 |
| - "com.google.devtools.ksp:", |
14 |
| - "org.jetbrains.kotlin:" |
| 10 | + "groupName": "Kotlin and compiler plugins", |
| 11 | + "matchPackageNames": [ |
| 12 | + "androidx.compose.compiler:{/,}**", |
| 13 | + "com.google.devtools.ksp:{/,}**", |
| 14 | + "org.jetbrains.kotlin:{/,}**" |
15 | 15 | ]
|
16 | 16 | },
|
17 | 17 | {
|
18 |
| - "groupName" : "androidx lifecycle and downstream libs", |
19 |
| - "matchPackagePrefixes" : [ |
20 |
| - "androidx.activity:", |
21 |
| - "androidx.fragment:", |
22 |
| - "androidx.lifecycle:" |
| 18 | + "groupName": "androidx lifecycle and downstream libs", |
| 19 | + "matchPackageNames": [ |
| 20 | + "androidx.activity:{/,}**", |
| 21 | + "androidx.fragment:{/,}**", |
| 22 | + "androidx.lifecycle:{/,}**" |
23 | 23 | ]
|
24 | 24 | }
|
25 | 25 | ]
|
|
0 commit comments