Best practice to use sources on a monorepository

Hi everyone,

I am wondering if there is an easy way to source a full monorepository without adding all subdirectories manually to the sources section. The problem from my perspective is essentially that adding all subdirectories manually is quite error prone in complex projects. We might be in the scenario that we accidentally miss adding one of them in the development cycle of new subpackage. Adding all subpackages can become necessary if we have systematic changes in the monorepository, as for example when introducing subtle breaking changes. The section 11. Project.toml and Manifest.toml · Pkg.jl does not contain much information about this. I would have assumed from reading the docs that WithinMonorepo = {url = "https://github.org/author/BigProject"} would do the trick – but it does not.