-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Teach Dependabot how to present multi-directory PRs #8494
Conversation
395876a
to
536d644
Compare
d2079fe
to
cc24fe5
Compare
This is what it looks like in practice (/foo and /bar have the same dependencies in this example) Not exactly what I was going for though - I wanted it to be:
But now I realize that if the PR body gets truncated, the summaries will be missing, so maybe it's okay that they're all at the top of the PR body? I'm going to merge this PR and if we want to change it later we can. We still have to fix the branch name too. |
The summary is duplicated at the top, will that happen every time? |
No it will change depending on the dependencies updated for that directory. I'm going to make a minor change so that the directory is included in the summary, and then I'll share a better example with different dependencies. |
Fix up the title and PR body for mutli-directory PRs so they split the dependency updates by directory.
So a mutli-dependency PR would look like