Replies: 1 comment
-
Thank you for the suggestion, @cssinate ! We're looking into a variety of ways that we could enhance Dependabot with LLMs. More to come :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's very helpful that Dependabot leaves a truncated changelog for the update. It would be neat if we could give dependabot an OpenAI (or other service) token that would improve the dependabot comment. I get that the changelog gets truncated so there's not a huge block of text there, but the text could be reduced by feeding the changelog to OpenAI and having it generate a summary.
In addition, a 1-3 sentence summary of the purpose of the library could be added to the dependabot comment to better help the code reviewer understand what this library is supposed to be doing.
Lastly, perhaps a list of files that rely on this library could be displayed so the reviewer can better identify where to test these changes.
Beta Was this translation helpful? Give feedback.
All reactions