mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
docs(manager): update bundler (#5770)
This commit is contained in:
parent
ae3d71387e
commit
9ae3857a9d
1 changed files with 1 additions and 7 deletions
|
@ -17,13 +17,7 @@ Renovate supports upgrading dependencies in Bundler's `Gemfile`s and their accom
|
|||
|
||||
## Enabling
|
||||
|
||||
Either install the [Renovate App](https://github.com/apps/renovate) on GitHub, or check out [Renovate OSS](https://github.com/renovatebot/renovate) for self-hosted.
|
||||
|
||||
Because Bundler is considered to be in alpha stage, it is not enabled by default. To opt-in to using it, `bundler.enabled` must be set to `true` in your config. If you are using the hosted Renovate App, then either:
|
||||
|
||||
(a) if Renovate has already detected other languages in the same repo, the add `"bundler": { "enabled": true }` to the config, or
|
||||
(b) if Renovate doesn't onboard the repo because it doesn't find package files, add your `renovate.json` to `master` branch manually, or
|
||||
(c) Contact support@renovatebot.com to ask that Bundler support be added on the server side so that you can receive an onboarding PR
|
||||
Either install the [Renovate App](https://github.com/apps/renovate) on GitHub, or check out [Renovate OSS](https://github.com/renovatebot/renovate) for self-hosted. Bundler support is now enabled by default in both.
|
||||
|
||||
## Future work
|
||||
|
||||
|
|
Loading…
Reference in a new issue