Despite all the comments saying to avoid submodules i can only recommend them.
I'm using them in several of my game servers as a "meta-repo" that points to other git repositories (for example here: https://github.com/pandorabox-io/pandorabox-mods)
It makes updating, finding/fixing bugs and testing much easier (we are using github's dependabot to update and kick off initial tests)