Jonathan Gopel

Results 19 comments of Jonathan Gopel

I'm having this issue as well. I switched to `allow: depdency-type: all` as suggested in https://github.com/dependabot/dependabot-core/issues/5811 and it fixed it for me. There's a detrimental side-effect, which is that Dependabot...

> @jgopel I don't see us parsing poetry groups anywhere so I don't know how `allow: - dependency-type: all` would fix this. My guess is that some transitive dependencies of...

This should capture it - https://github.com/jgopel/dependabot-poetry-demo/. You'll note that the main group update landed, but then a `git rebase --root` broke the PR. If a new version of that dep...

Of course - thanks for putting time into this. Please let me know if there's any additional context that I can provide.

Has any progress been made on this? I'm very interested in this feature and I'd be open to making a PR if there's interest.

@hukkin Would you be interested in merging this if I were to make a PR for it?

The issue I have is that the tests were designed such that there are optimizations around data loading, etc that are setup in the first test of the suite to...

I had missed that part of the readme. That looks like pretty much exactly what I'd like to do in the ideal case. Is there a mode for that? Or...