I am currently trying to set up a Gitlab SaaS repository which works with Git LFS. I have tested uploading an LFS object on a free Gitlab repo and everything works fine. However, I am slightly concerned with the 10Gb limit on the repository, and since we are working with large files - I am curious if it's possible to configure a second repository for the LFS files specifically and point Gitlab (or any repo that supports this) to store the LFS objects there.
Essentially, I would like to store LFS files in one repository, and the rest of the code in another. That way the files can be monitored for size more easily while not impacting the limit on the 10Gb.
Does anyone know if this is possible, or supported on Gitlab or other repositories?