Can Scala maintain a public Scala Steward instance?

UPDATE:
Thanks to everybody that already helped us by testing Scala Steward on their repos. Since the instance seems to work correctly, we are going to take the next steps:

  1. We’ve forked the fthomas’ repository containing list of repos that should be updated by scala-steward. It’s available here.
  2. Currently, we run the instance for GitHub repos.
  3. We’re setting the deadline to 5th of July to update the list of repositories in the repos-github.md file. Then, we’re going to use it in our Scala Steward instance.
  4. If you would like to use Scala Steward before 5th of July, you can add your repository to the file with test list: repos.md. The test list will be then merged with production list.

Warning: Scala Steward uses cache to preserve information between runs and remember information about created PRs. Since the cache is lost, there’ll be probably some redundant PRs created for all out-of-date dependencies which were not bumped.

4 Likes