Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wix-incubator/zorechka-bot

Github bot for keeping your Bazel dependencies up-to-date and clean
https://github.com/wix-incubator/zorechka-bot

bazel github-bot http4s zio

Last synced: about 2 months ago
JSON representation

Github bot for keeping your Bazel dependencies up-to-date and clean

Awesome Lists containing this project

README

        

# zorechka-bot
Github bot for keeping your Bazel dependencies up-to-date

It's like Scala Steward but for Bazel.

# Configuration

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

# How to run

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

# How to contribute

Fork and import as SBT project.