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

docs(self hosted config): repositories array can be object (#14788)

parent 2c2693b5
No related branches found
No related tags found
No related merge requests found
...@@ -564,6 +564,17 @@ Example url: `redis://localhost`. ...@@ -564,6 +564,17 @@ Example url: `redis://localhost`.
## repositories ## repositories
Elements in the `repositories` array can be an object if you wish to define additional settings:
```js
{
repositories: [
{ repository: 'g/r1', bumpVersion: true },
'g/r2'
],
}
```
## repositoryCache ## repositoryCache
Set this to `"enabled"` to have Renovate maintain a JSON file cache per-repository to speed up extractions. Set this to `"enabled"` to have Renovate maintain a JSON file cache per-repository to speed up extractions.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment