Skip to content
Snippets Groups Projects
Unverified Commit 2c700e01 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs: update Bundler manager readme (#11413)

parent 98dc5fcb
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ If you need Bundler to authenticate with a private registry - and it's not the s ...@@ -9,7 +9,7 @@ If you need Bundler to authenticate with a private registry - and it's not the s
"hostRules": [ "hostRules": [
{ {
"matchHost": "private-registry.company.com", "matchHost": "private-registry.company.com",
"hostType": "bundler", "hostType": "rubygems",
"token": "abc123" "token": "abc123"
} }
] ]
...@@ -18,7 +18,11 @@ If you need Bundler to authenticate with a private registry - and it's not the s ...@@ -18,7 +18,11 @@ If you need Bundler to authenticate with a private registry - and it's not the s
Important notes regarding the above: Important notes regarding the above:
`hostType=bundler` is essential. If the registry is used for multiple package types then you may need multiple `hostRules`. You cannot leave off `hostType`. `hostType` is a required field, and you must provide a value.
If you use Renovate `v26` or higher, set `hostType=rubygems`.
If you use Renovate `v25` or lower, set `hostType=bundler`.
If the registry is used for multiple package types then you may need multiple `hostRules`.
Instead of `token`, you may also supply `username` and `password` instead. Instead of `token`, you may also supply `username` and `password` instead.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment