https://github.com/eclass/renovate-heroku
Example repository for Heroku deployment of Renovate
https://github.com/eclass/renovate-heroku
Last synced: 5 months ago
JSON representation
Example repository for Heroku deployment of Renovate
- Host: GitHub
- URL: https://github.com/eclass/renovate-heroku
- Owner: eclass
- License: mit
- Created: 2020-08-10T15:25:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-12-18T23:15:21.000Z (6 months ago)
- Last Synced: 2025-12-21T22:57:41.639Z (5 months ago)
- Language: JavaScript
- Size: 852 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
[](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.