Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
frett authored Mar 8, 2024
1 parent 077825f commit 4fb7bd4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
"labels": [ "dependencies" ],
"dependencyDashboard": true,
"packageRules": [
{
"groupName": "Kotlin and Compose",
"description": "Compose compiler is tightly coupled to Kotlin version.",
"matchPackagePrefixes": [
"androidx.compose.compiler",
"org.jetbrains.kotlin:kotlin",
"com.google.devtools.ksp"
],
},
{
"matchManagers": ["gradle"],
"matchPackageNames": ["com.google.guava:guava"],
Expand Down

0 comments on commit 4fb7bd4

Please sign in to comment.