Don Bowman
Don Bowman
 so attached is flameshot full I have created 4 text windows (1 in upper left-1, 1 in lower-right-1, etc) to show where the coords are. the result appears correct.
> Hi, @donbowman are you still interested in this topic? yes, dependabot still is inneficient for us. its a bit hard to rebase this since files were deleted and then...
https://help.socialintents.com/article/217-how-to-embed-google-chat-in-your-website this shows an example of how this integration might look.
> no comments? guess no
npm also has https://www.npmjs.com/package/npm-merge-driver ``` Next time your lockfile has a conflict, it will be automatically fixed. You don't need to do anything else. ``` which is nice. reason being,...
as long as there is a line `content-hash` we will never be able to conveniently use dependabot. When dependabot runs, it creates 1 branch and merge request per update, w/...
> @donbowman Doesn't Dependabot rebase your PRs automatically if they conflict? This is what happens for me. I only need to resolve conflicts when rebasing or cherry-picking my own commits,...
i see. but it still leaves the original issue, that if i issue many update's, each as a single MR, after the first is accepted, the rest all conflict. If...
> It looks like Dependabot actually _does_ automatically rebase (well, [rewrite-force-pushes](https://github.com/dependabot/dependabot-core/issues/1722)) the PR by default, [according to the documentation](https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#rebase-strategy). Judging by the docs and that issue, it sounds like it...
thanks for the work on this. Let me know when you are ready for me to review.