scala-steward icon indicating copy to clipboard operation
scala-steward copied to clipboard

:robot: A bot that helps you keep your projects up-to-date

Results 166 scala-steward issues
Sort by recently updated
recently updated
newest added

I have trouble running the official `fthomas/scala-steward:0.14.0` Docker image on the Apple M1-based Mac I've been issued at work. Building an image locally works, but requires the modification of some...

build

Running Scala Steward with the next arguments: `docker run --rm -v $PWD:/opt/scala-steward -i fthomas/scala-steward:0.14.0 --disable-sandbox --do-not-fork --workspace /opt/scala-steward/workspace --repos-file "/opt/scala-steward/repos.md" --git-ask-pass /opt/scala-steward/token.sh --git-author-email "[email protected]" --vcs-type "gitlab" --vcs-login "x-auth-token" --vcs-api-host "https://git.datcon.co.uk/api/v4/"`...

We have a use case where we want to pin different major versions of the same artifact in a multi module setup eg: - `elasticsearch-7` module depending on `"org.elasticsearch" %...

cat:repo-config

It could be that one wants to update the specific artifact to a pre-released version ignoring same series limitation of the current implementation. Proposed solution is to have it configured...

…calaSteward managed GitLab MR (#2519) Closes #2519

enhancement

My public Scala Steward instance has repeatedly hit GitHub's secondary rate limit recently when creating PRs: ``` org.scalasteward.core.util.UnexpectedResponse: uri: https://api.github.com/repos/***/***/pulls method: POST status: 403 Forbidden headers: Headers( access-control-allow-origin: *, access-control-expose-headers:...

enhancement
cat:forge

This feature would be useful for helping automate merging ScalaSteward MRs in the context where most other MRs are subject to minimum reviewer rules. This would be mostly to support...

enhancement

See https://github.com/playframework/play-json/pull/759 Shouldn't also the Scala version be updated in a GHA workflow file? At the time the pull request got opened by scala-steward the exact same version (`3.1.3-RC2`) could...

cat:rewrite

I have a repo https://github.com/kcrypt/scala-sha where `scala-steward` doesn't feel that Scala-Native need to be updated. Probably because it's a formatting which was bit wired: ```scala val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.10.0") val...

cat:rewrite

Scala Native was an early adopter of `scalafmt` and uses a script to download the correct version. The script is used locally at the command line and also during CI...