I’m using a few repository which I do not host myself and I thinking what if I deploy my application while they are not available? This simply just can’t happen.
Is there a way to “freeze” the submodule somehow that when I pull from my repository the submodules are already init and update?
Any help is appreciated.
Host your own mirrors of those repositories by cloning them, and use your mirrors as the submodules.