Is it possible in Gitlab to have downstream repos whose changes would never go to the upstream, but when modifying the upstream repo all the changes are reflected on the downstream ones?
I had created a forked repo, but when creating a merge request it would select the upstream as the destination.
Basically I want to have a repo that's going to be public and other private repos that derive from that one that will be private as they contain private information for specific clients.