All Projects → wix-incubator → zorechka-bot

wix-incubator / zorechka-bot

Licence: MIT License
Github bot for keeping your Bazel dependencies up-to-date and clean

Programming Languages

scala
5932 projects
shell
77523 projects
Dockerfile
14818 projects
TSQL
950 projects

Projects that are alternatives of or similar to zorechka-bot

idealingua-v1
IdeaLingua RPC for Scala, TypeScript, C#, Go
Stars: ✭ 13 (-48%)
Mutual labels:  http4s, zio
zio-http4s-example
For anyone who's struggling to put an http4s server together with ZIO
Stars: ✭ 19 (-24%)
Mutual labels:  http4s, zio
http4s-poc-api
POC: http4s http api on zio
Stars: ✭ 34 (+36%)
Mutual labels:  http4s, zio
event-driven-messenger
No description or website provided.
Stars: ✭ 43 (+72%)
Mutual labels:  http4s, zio
classy-optics
🔎 Source code shown at my talks at Scale by the Bay 2018 and Scalar 2019
Stars: ✭ 25 (+0%)
Mutual labels:  http4s, zio
grab-bazel-common
Common rules and macros for Grab's Android projects built with Bazel.
Stars: ✭ 20 (-20%)
Mutual labels:  bazel
real-world-bazel
Bazel build files collected from real-world GitHub projects
Stars: ✭ 24 (-4%)
Mutual labels:  bazel
lobicornis
🤖 [Myrmica Lobicornis 🐜] Bot: Update and Merge Pull Request
Stars: ✭ 27 (+8%)
Mutual labels:  github-bot
rules scala
Robust and featureful Bazel rules for Scala
Stars: ✭ 62 (+148%)
Mutual labels:  bazel
conduktor-coding-challenge
Want to work with us? Here is a mini-coding challenge you can try :)
Stars: ✭ 41 (+64%)
Mutual labels:  zio
ios-bazel-users
Resources for using bazel for iOS development
Stars: ✭ 80 (+220%)
Mutual labels:  bazel
bazel-cache
Minimal cloud oriented Bazel gRPC cache
Stars: ✭ 33 (+32%)
Mutual labels:  bazel
rules gwt
Bazel rules for GWT
Stars: ✭ 20 (-20%)
Mutual labels:  bazel
real-world-bazel
The real world Angular example app moved to Bazel
Stars: ✭ 91 (+264%)
Mutual labels:  bazel
performabot
Continuous performance analysis reports for software projects 🤖
Stars: ✭ 40 (+60%)
Mutual labels:  github-bot
rules verilator
Bazel build rules for Verilator
Stars: ✭ 14 (-44%)
Mutual labels:  bazel
airin
A framework for automated migration of your projects to Bazel build system.
Stars: ✭ 21 (-16%)
Mutual labels:  bazel
bazel-vscode
Proof-of-concept (POC) of a Bazel Java development extension for VS Code
Stars: ✭ 16 (-36%)
Mutual labels:  bazel
migration-tooling
Migration tools for Bazel
Stars: ✭ 40 (+60%)
Mutual labels:  bazel
dokusho
Simple Japanese reading stats tracker
Stars: ✭ 12 (-52%)
Mutual labels:  http4s

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].