I switched our microservice infrastructure to a monorepo and it contains a websocket server, api gateway, a bunch of backend services and two frontends for now. I asked because at some point you might want to build only specific jobs or pipelines. E.g. when creating a new version / tag. In that case I don’t want to run all the code quality stuff over and over again. Just the build jobs to tag a new Docker image version of all services and frontends. Marcin Wosinek