scala-steward
scala-steward copied to clipboard
:robot: A bot that helps you keep your projects up-to-date
Helloo, I was wondering if there is any intention to support azure in the future (particularly azure DevOps git repos). I tried [Renovate](https://docs.renovatebot.com/setup-azure-devops/), but it's nothing compared to what scala-steward...
Since [The Great Schism](https://github.com/http4s/http4s/releases/tag/v0.23.12) of http4s, Scala Steward has been trying to update `http4s-okhttp-client` to versions that do not exist. Unfortunately, this is in a private repository but I'll try...
This can be used to add custom url handlers to coursier, so scala-steward could for example reach s3 buckets, google cloud storage or artifactregistry. See https://get-coursier.io/docs/extra.html#extra-protocols and https://github.com/coursier/coursier/issues/1987
In the past I was the only one publishing Scala Steward versions (via [scripts/release.sh](https://github.com/scala-steward-org/scala-steward/blob/c99d9d2c8ffe6261fad7378fdee7eb1a274cd732/scripts/release.sh)). I would like to enable all members of @scala-steward-org/core (:wave: @exoego @mzuehlke) to publish new versions...
All our Scalafix migrations are in private repos. By using the "dependency:" prefix in rewrite rule definitions, Scala Steward leverages Coursier to resolve these from our private artifactory. But this...
Fixes #2634 Added dedicated configuration, which alters pre-release version checks for specified dependencies. Similar features has been mentioned there https://github.com/scala-steward-org/scala-steward/issues/1023#issuecomment-551942307
This is what I currently do to publish a new Scala Steward version: 1. run `./scripts/release.sh x.y.z` where `x.y.z` is the new version 1. check that the CI publish job...
Could scala-steward work with BSP? This would enable maybe support for Bazel aswell?
According to https://github.com/scala-steward-org/scala-steward/issues/1793 and https://github.com/scala-steward-org/scala-steward/pull/1841, scala-steward will only delete branches when PR's are closed, and not when they are merged. This means that adding scala-steward as a remote and fetching...
A CLI command that only validates repo configs would handy in cases where one would want to validate changes to a config without running Scala Steward. One use case is...