Skip to content

Commit

Permalink
Add a restriction rule to the renovate bot preventing the arrow-core …
Browse files Browse the repository at this point in the history
…library

version from updating to version 2.0.0 (or later).

This way we can make the pull requests created by the renovate bot work (and not
fail).

Eventually, we may need to update the JDK and Kotlin versions to remove this
restriction.
  • Loading branch information
jarkkoka committed Jan 24, 2025
1 parent bf8b907 commit 2e52ac3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
"matchPackageNames": ["org.springframework.boot"],
"allowedVersions": "<4",
},
// arrow-core 2.0.0 does not currently appear to be supported with Kotlin 1.x and JDK 17.
{"allowedVersions": "<2.0.0", "matchPackageNames": ["/^io\\.arrow-kt\\./"]}
],
}

0 comments on commit 2e52ac3

Please sign in to comment.