Skip to content

Commit 127651d

Browse files
renovate[bot]RBusarow
authored andcommittedMar 12, 2025·
Migrate config renovate.json
1 parent 4d8f5bc commit 127651d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed
 

‎renovate.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
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:best-practices"
55
],
6-
"rebaseWhen" : "conflicted",
7-
"rebaseLabel" : "rebase",
8-
"packageRules" : [
6+
"rebaseWhen": "conflicted",
7+
"rebaseLabel": "rebase",
8+
"packageRules": [
99
{
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:{/,}**"
1515
]
1616
},
1717
{
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:{/,}**"
2323
]
2424
}
2525
]

0 commit comments

Comments
 (0)
Please sign in to comment.