15 lines
397 B
Markdown
15 lines
397 B
Markdown
# Renovate Bot
|
|
|
|
[![Build Status](https://drone.autonomic.zone/api/badges/autonomic-cooperative/renovate-bot/status.svg)](https://drone.autonomic.zone/autonomic-cooperative/renovate-bot)
|
|
|
|
A robot who upgrades our configurations.
|
|
|
|
See [config.js](./config.js.tmpl) for the configured repositories.
|
|
|
|
## Deploy
|
|
|
|
```
|
|
$ docker stack rm renovate_bot
|
|
$ docker stack deploy -c compose.yml renovate_bot
|
|
```
|