Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eclass/renovate-heroku

Example repository for Heroku deployment of Renovate
https://github.com/eclass/renovate-heroku

Last synced: about 2 months ago
JSON representation

Example repository for Heroku deployment of Renovate

Awesome Lists containing this project

README

        

# renovate-heroku

A heroku button to deploy renovate-heroku.

## Deploying to Heroku

```bash
heroku create
git push heroku master
```

Alternatively, you can deploy your own copy of the app using the web-based flow:

[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/eclass/renovate-heroku)

## Add cron job

Open Scheduler Dashboard with:
```bash
heroku addons:open scheduler
```

On the Scheduler Dashboard, click “Add Job…”, enter a task, select a frequency, dyno size, and next run time.

Add `renovate $RENOVATE_REPOS`, select Daily and "00:00" to run renovate every day at midnight.