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 aa87b69 commit 780de21
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"$schema" : "https://docs.renovatebot.com/renovate-schema.json",
"extends" : [
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices"
],
"rebaseWhen" : "auto",
"rebaseLabel" : "rebase",
"packageRules" : [
"rebaseWhen": "auto",
"rebaseLabel": "rebase",
"packageRules": [
{
"groupName" : "Kotlin and compiler plugins",
"matchPackagePrefixes" : [
"org.jetbrains.kotlin:",
"com.google.devtools.ksp:",
"com.square.anvil:",
"dev.zacsweers.kctfork:"
"groupName": "Kotlin and compiler plugins",
"matchPackageNames": [
"org.jetbrains.kotlin:{/,}**",
"com.google.devtools.ksp:{/,}**",
"com.square.anvil:{/,}**",
"dev.zacsweers.kctfork:{/,}**"
]
},
{
"groupName" : "androidx.test and friends",
"matchPackagePrefixes" : [
"androidx.test:",
"androidx.test.ext:",
"com.google.truth:",
"junit:junit:"
"groupName": "androidx.test and friends",
"matchPackageNames": [
"androidx.test:{/,}**",
"androidx.test.ext:{/,}**",
"com.google.truth:{/,}**",
"junit:junit:{/,}**"
]
}
],
"labels" : [
"labels": [
"dependencies"
]
}

0 comments on commit 780de21

Please sign in to comment.