Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eclass/renovate-heroku
- Owner: eclass
- License: mit
- Created: 2020-08-10T15:25:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T09:15:47.000Z (3 months ago)
- Last Synced: 2024-10-29T10:57:36.604Z (3 months ago)
- Language: JavaScript
- Size: 888 KB
- Stars: 0
- Watchers: 4
- 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:
[![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.