This repository has been archived on 2022-08-30. You can view files and clone it, but cannot push or open issues or pull requests.
renovate-bot/README.md

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
```