I know this is more of a GitHub question .. however, maybe I get lucky and someone here has a solution 😄
I’m using GitHub Dependabot to keep my dependencies up to date. Every time a package has a new version, Dependabot creates a new branch and GitHub Actions takes over and run my tests .. isn’t the world beautiful
However, when Dagster is updated, my tests always fails because I both have Dagit and Dagster - Dependabot creates a seperate branch for each package, and if Dagit and Dagster doesn’t have the same version, it fails.
What can I do here 😊