Skip to content

Commit

Permalink
Merge pull request cashapp#800 from cashapp/jrod/2023-05-14/update-re…
Browse files Browse the repository at this point in the history
…novate

Group Compose compiler into Kotlin update PRs
  • Loading branch information
jrodbx authored May 14, 2023
2 parents cb7c3eb + e8a0637 commit 9f2319c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .github/dependabot.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

16 changes: 16 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
// Compose compiler is tightly coupled to Kotlin version
"groupName": "Kotlin and Compose",
"matchPackagePrefixes": [
"org.jetbrains.compose.compiler",
"org.jetbrains.kotlin:kotlin",
],
},
],
}

0 comments on commit 9f2319c

Please sign in to comment.