docs(manager): update bundler (#5770)

This commit is contained in:
Shinichi Kogai 2020-03-24 15:23:27 +09:00 committed by GitHub
parent ae3d71387e
commit 9ae3857a9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,13 +17,7 @@ Renovate supports upgrading dependencies in Bundler's `Gemfile`s and their accom
## Enabling ## 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. 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.
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
## Future work ## Future work