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

17 lines
913 B
Markdown
Raw Normal View History

2020-05-05 14:17:17 +00:00
# renovate
2020-05-05 14:24:46 +00:00
[![Build Status](https://drone.autonomic.zone/api/badges/autonomic-cooperative/renovate/status.svg)](https://drone.autonomic.zone/autonomic-cooperative/renovate)
2020-05-05 14:17:17 +00:00
> https://renovate.whitesourcesoftware.com
Renovate is running in a cron job in the swarm and scanning git repositories
specified in the [config.js](./configs/prod/config.js.tmpl) in order to
automatically submit pull requests for dependency upgrades. Renovate supports
[multiple languages and frameworks](https://docs.renovatebot.com) (see
"Language support"). This helps us keep our Docker file tags and Compose
versions update to date, amongst other things.
2020-05-07 07:05:31 +00:00
Configured according [to this guide](https://github.com/renovatebot/renovate/blob/master/docs/development/self-hosting.md).
2020-05-07 07:25:37 +00:00
See [autonomic-cooperative/swarm-cronjob](https://git.autonomic.zone/autonomic-cooperative/swarm-cronjob) for the swarm-based cron job configuration.