Skip to content
Snippets Groups Projects
Unverified Commit 045780f8 authored by Marcin Zajączkowski's avatar Marcin Zajączkowski Committed by GitHub
Browse files

docs: clarify that S3 cannot be used as lookup cache (#19711)


Co-authored-by: default avatarRhys Arkins <rhys@arkins.net>
parent 6e0ef61d
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment