scala-steward
scala-steward copied to clipboard
:robot: A bot that helps you keep your projects up-to-date
Fixes https://github.com/scala-steward-org/scala-steward/issues/3371. I tested these changes on the same `scala-cli`-based repository I was having issues with and the correct PRs got created.
Hi all! I'm facing some issues with a Scala CLI repository: my private Scala Steward runner is not updating the project's dependencies after properly recognizing they need to get bumped....
It happens to the best developers that they release a a new version premature. Scala 3.6.0 was just the last example. The https://github.com/scala-steward-org/scala-steward/blob/main/modules/core/src/main/resources/default.scala-steward.conf lists multiple blocked artifacts. The idea is...
Hello! It would be lovely if `scala-steward` was able to update dependencies related to vulnerability alerts. Is this a feasible feature? Would you consider adding it to this project? If...
https://github.com/typelevel/doobie/releases/tag/v1.0.0-RC6 This release must be avoided according the changelog.
Apology, this is a huge refactoring of the options to enforce the necessary options for each forge type. We run scala-steward @ Netflix and we recently switched from Bitbucket to...
A colleague mentioned to me that some of our `pullRequests.grouping` were not pulling in all the artifacts we were expecting - while looking into this, I realised that I wasn't...
I'm not sure what the best plan to resolve this would be, but I just wanted to document that for group-&-artifact-id matching, [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/main/docs/repo-specific-configuration.md) uses differing syntax (ie has differing capabilities),...
I suppose that in some cases 'early-semver-' are wrongly added to the PRs produced by scala-steward Currently there is a code below to define the severity of change for early-semver....
https://github.blog/changelog/2025-05-08-updated-rate-limits-for-unauthenticated-requests/ ``` Error: java.io.IOException: Server returned HTTP response code: 429 for URL: https://raw.githubusercontent.com/scala-steward-org/scala-steward/main/modules/core/src/main/resources/scalafix-migrations.conf Error: at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:20) Error: at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1626) Error: at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224) Error: at java.base/java.net.URL.openStream(URL.java:1161) Error: at scala.io.Source$.fromURL(Source.scala:145) Error: at...