wix-incubator / zorechka-bot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Scala 85.3%Language:Shell 11.5%Language:Dockerfile 2.7%Language:TSQL 0.5%