Github bot for keeping your Bazel dependencies up-to-date
It's like Scala Steward but for Bazel.
There is a repos.md file for list of repos to check. The format is "{username}/{repo} {token}" per line. Token is optional, requred for private repos. To get a valid token, go to https://github.com/settings/tokens
Use SBT and docker-compose to build and run the application. From project dir, run:
sbt assembly
docker-compose up
If you want to rebuild the application's image before running, execute:
docker-compose up --build
Fork and import as SBT project.