Skip to content

Commit

Permalink
Migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent 7316b0d commit 824a649
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"$schema" : "https://docs.renovatebot.com/renovate-schema.json",
"extends" : [
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices"
],
"rebaseWhen" : "conflicted",
"rebaseLabel" : "rebase",
"packageRules" : [
"rebaseWhen": "conflicted",
"rebaseLabel": "rebase",
"packageRules": [
{
"groupName" : "Kotlin and compiler plugins",
"matchPackagePrefixes" : [
"androidx.compose.compiler:",
"com.google.devtools.ksp:",
"org.jetbrains.kotlin:"
"groupName": "Kotlin and compiler plugins",
"matchPackageNames": [
"androidx.compose.compiler:{/,}**",
"com.google.devtools.ksp:{/,}**",
"org.jetbrains.kotlin:{/,}**"
]
},
{
"groupName" : "androidx lifecycle and downstream libs",
"matchPackagePrefixes" : [
"androidx.activity:",
"androidx.fragment:",
"androidx.lifecycle:"
"groupName": "androidx lifecycle and downstream libs",
"matchPackageNames": [
"androidx.activity:{/,}**",
"androidx.fragment:{/,}**",
"androidx.lifecycle:{/,}**"
]
}
]
Expand Down

0 comments on commit 824a649

Please sign in to comment.