Frank Thomas
Frank Thomas
I guess the idea here is that Scala Steward compares the current version and the proposed version of a dependency with MiMa but I'm wondering how useful such report would...
Do you mean I should extend Dependabot so that it can also create PRs for Scala projects or is there some other integration where scala-steward could better work with Dependabot?...
Ok, this sounds interesting but it is unlikely I'll be doing this.
I guess your reason for doing that is that scalatestplus-play pulls scalatest in as transitive dependency and builds are more likely to just depend on scalatestplus-play instead of both dependencies?...
Ok. My current thinking is that it would be okay to run migrations for transitive dependency bumps (however Scala Steward figures out that it should run a migration in these...
I'm currently experimenting with this here: https://github.com/fthomas/scala-steward/compare/wip/checked-doc
You got this header in response to a `GET` for listing PRs. I posted a response to a `POST` for creating a PR. The documentation you cited also mentions that...
A very simple solution to also update Ammonite scripts would be: 1. Change Scala Steward to also edit `.sc` files. [`isSourceFile`](https://github.com/fthomas/scala-steward/blob/e4d06112b56ec3f72b004226049d4c199c4cd012/modules/core/src/main/scala/org/scalasteward/core/io/package.scala#L24) needs to be changed for that. 1. Add the...
That sounds like a useful feature request to me.