Frank Thomas
Frank Thomas
Successor to #3241. This should not be merged before Q3 2024 so that people have enough time to see the current deprecation messages and migrate to the `--forge-*` options.
WIP branch for the feature discussed in https://github.com/scala-steward-org/scala-steward/issues/2640
This is an attempt to clarify the various `Encoder` and `Decoder` instances that make up `Encoder[Update]` and `Decoder[Update]` that are used by the `PullRequestRepository` for writing/reading updates to/from disk. I...
It would be nice if Scala Steward could also extract/update dependencies from/in [Gradle](https://gradle.org/) builds. Note that @jvican had a preliminarily PR for Nebula/Gradle support in https://github.com/scala-steward-org/scala-steward/pull/2630.
It would be nice if Scala Steward could also extract/update dependencies from/in [Bleep](https://bleep.build/) builds.
This adds a simple instance-wide PR throttle. It can be activated by adding the `--pr-throttle-skip=$duration` or `--pr-throttle-wait=$duration` command-line options. With `--pr-throttle-skip=$duration` Scala Steward will skip creating PRs for `$duration` after...
See https://docs.openrewrite.org/. This could work similar to [Scalafix migrations](https://github.com/scala-steward-org/scala-steward/blob/v0.23.0/docs/scalafix-migrations.md).
See the second paragraph in https://github.com/scala-steward-org/scala-steward/pull/2925#issuecomment-1385868645. Another alternative would be to leave the `version-scheme` label as is and add a new `version-change` label that indicates if the change is `major`,...
[Scalafix migrations](https://github.com/scala-steward-org/scala-steward/blob/main/docs/scalafix-migrations.md) are currently not supported in Mill projects. The corresponding [`MillAlg#runMigration`](https://github.com/scala-steward-org/scala-steward/blob/58ae9c9f12fb89e9670a5d1b046020511d0d258c/modules/core/src/main/scala/org/scalasteward/core/buildtool/mill/MillAlg.scala#L64-L65) method is a NOP. Full support for Scalafix migrations is currently only available for sbt projects. The corresponding...
[Scalafix migrations](https://github.com/scala-steward-org/scala-steward/blob/main/docs/scalafix-migrations.md) are currently not supported in Maven projects. The corresponding [`MavenAlg#runMigration`](https://github.com/scala-steward-org/scala-steward/blob/58ae9c9f12fb89e9670a5d1b046020511d0d258c/modules/core/src/main/scala/org/scalasteward/core/buildtool/maven/MavenAlg.scala#L56-L57) method is a NOP. Full support for Scalafix migrations is currently only available for sbt projects. The corresponding...