Skip to content

Commit

Permalink
docs: clarify that S3 cannot be used as lookup cache (#19711)
Browse files Browse the repository at this point in the history
Co-authored-by: Rhys Arkins <rhys@arkins.net>
  • Loading branch information
szpak and rarkins committed Mar 8, 2023
1 parent 6e0ef61 commit 045780f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/usage/self-hosted-configuration.md
Expand Up @@ -709,6 +709,10 @@ Set this to an S3 URI to enable S3 backed repository cache.
If you're storing the repository cache on Amazon S3 then you may set a folder hierarchy as part of `repositoryCacheType`.
For example, `repositoryCacheType: 's3://bucket-name/dir1/.../dirN/'`.

<!-- prettier-ignore -->
!!! note
S3 repository is used as a repository cache (e.g. extracted dependencies) and not a lookup cache (e.g. available versions of dependencies). To keep the later remotely, define [Redis URL](#redisurl).

## requireConfig

By default, Renovate needs a Renovate config file in each repository where it runs before it will propose any dependency updates.
Expand Down

0 comments on commit 045780f

Please sign in to comment.