Skip to content

Commit

Permalink
chore: Set renovate configuration to limit dependencies to cats-effec…
Browse files Browse the repository at this point in the history
…t v2
  • Loading branch information
mi-char committed Jun 6, 2023
1 parent 4b2fd68 commit cc94dd4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"matchPackagePrefixes": ["org.http4s:http4s-"],
"allowedVersions": "/^0\\.22\\.[0-9]+$/"
},
{
"matchPackagePrefixes": ["org.typelevel:cats-effect"],
"allowedVersions": "/^2\\.[0-9]+\\.[0-9]+$/"
}
]
}

0 comments on commit cc94dd4

Please sign in to comment.