Hello!
I am currently evaluating Dagger and was wondering if there was a recommended way to setup Dagger for a multi-repo project. I think it would be nice to colocate the Dagger CI code with each repo. However, I am worried that it might get complex doing it this way unless Dagger has some mechanism that would make this nice?
If that is not possible, my current thought would just be to create a Dagger CI specific repo and then compiling that for use in CI in the various repo pipelines. Would this be a reasonable/possible approach? I also see that Dagger utilizes Magefiles I have personally never used them before, but from what I see in the Dagger repo it looks like a nice way to work with Dagger. Would this second approach work well with Mage?
As a side note, I am really liking Dagger so far!
Thank you!