Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 669 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 669 Bytes

renovate-heroku

A heroku button to deploy renovate-heroku.

Deploying to Heroku

heroku create
git push heroku master

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

Deploy to Heroku

Add cron job

Open Scheduler Dashboard with:

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.