mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
a6efa87465
I haven’t used Heroku with Renovate in over a year and am not able to directly support it. I think it would be best to be made into a “wrapper” repository like https://github.com/renovatebot/renovate-heroku BREAKING CHANGE: renovate repository no longer supports direct deployment to Heroku
20 lines
547 B
Markdown
20 lines
547 B
Markdown
# Deployment
|
|
|
|
Before deploying the script for scheduled runs, it's recommend you test your
|
|
settings locally first.
|
|
|
|
## Server cron
|
|
|
|
Adding `renovate` as a `cron` job is the simplest way to deploy.
|
|
|
|
### Installation
|
|
|
|
Install using `npm install -g`.
|
|
|
|
### Configuration
|
|
|
|
At a minimum, you will need to configure the token and repository list. Simplest
|
|
would be to specify both via CLI. Alternatively, configure the token via
|
|
Environment Variable if you don't want it to show in any cron logs.
|
|
|
|
Running daily should suit most people. At most, hourly.
|