Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wix-incubator/zorechka-bot
- Owner: wix-incubator
- License: mit
- Created: 2019-04-15T12:27:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-20T16:09:35.000Z (almost 5 years ago)
- Last Synced: 2024-11-09T10:38:59.586Z (2 months ago)
- Topics: bazel, github-bot, http4s, zio
- Language: Scala
- Homepage:
- Size: 85 KB
- Stars: 27
- Watchers: 62
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zio - Zorechka Bot - incubator](https://github.com/wix-incubator) (Projects)
README
# zorechka-bot
Github bot for keeping your Bazel dependencies up-to-dateIt'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 contributeFork and import as SBT project.