Skip to content

Commit

Permalink
Fine-tune Renovate auto-merge for layoutlib (cashapp#1169)
Browse files Browse the repository at this point in the history
Co-authored-by: John Rodriguez <[email protected]>
  • Loading branch information
TWiStErRob and jrodbx authored Dec 9, 2023
1 parent f8aa9f8 commit 1e7ff18
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"automerge": true,
},
{
description: "Compose compiler is tightly coupled to Kotlin version",
"description": "Compose compiler is tightly coupled to Kotlin version.",
"groupName": "Kotlin and Compose",
"matchPackagePrefixes": [
"androidx.compose.compiler",
Expand All @@ -21,14 +21,22 @@
"automerge": false,
},
{
description: "Android Gradle Plugin is tightly coupled to its android/platform/tools/base dependencies",
"description": "Android Gradle Plugin is tightly coupled to its android/platform/tools/base dependencies.",
"groupName": "Android Tools",
"matchPackagePrefixes": [
"com.android.tools:",
"com.android.tools.build:",
// LayoutLib intentionally omitted to be updated independently
// LayoutLib intentionally omitted to be updated independently.
],
"automerge": false,
}
},
{
"description": "LayoutLib shouldn't auto-merge, because updating it is a complex process, see libs/README.md.",
"matchPackagePrefixes": [
"app.cash.paparazzi:layoutlib-",
"com.android.tools.layoutlib:layoutlib-api",
],
"automerge": false,
},
],
}

0 comments on commit 1e7ff18

Please sign in to comment.