Skip to content

Commit

Permalink
Add dependency update rule for decompose
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Oct 2, 2023
1 parent af6626b commit baa0e4e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
"org.jetbrains.kotlin"
]
},
{
"matchPackagePatterns": [
"^com.arkivanov.decompose"
],
"groupName": "Decompose",
"allowedVersions": "\\d+\\.\\d+\\.\\d+-compose-experimental"
},
{
"description": "Automerge minor updates",
"matchUpdateTypes": ["minor", "patch"],
Expand Down

0 comments on commit baa0e4e

Please sign in to comment.