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
Raw Permalink Normal View History

# Renovate Bot
2020-05-05 14:17:17 +00:00
2020-09-14 19:27:01 +00:00
[![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.
2020-09-13 07:52:48 +00:00
See [config.js](./config.js.tmpl) for the configured repositories.
2021-06-03 09:02:36 +00:00
## Deploy
```
$ docker stack rm renovate_bot
$ docker stack deploy -c compose.yml renovate_bot
```