-
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
feat(maven): use groupId
and artifactId
for the dependency name
#7146
Conversation
groupId
and artifactId
for the dependency name
1ff1d35
to
3a5a514
Compare
9872e1d
to
da1bb36
Compare
1384976
to
1e008b7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Turns out some smoke tests need to be updated. They live at https://github.com/dependabot/smoke-tests. |
Yeah, I submitted a pull request for that along with this one dependabot/smoke-tests#59 |
Oh, I missed that. This is ready then! Will try to deploy your PRs today! |
Are you still in a code freeze or is this still planned to be released at some point? Let me know if you have any additional feedback :) |
No, we're no longer frozen, thanks for the remainder! |
Thanks for this @yeikel and apologies for the slow response on our end |
Thank you for merging It and no worries. I understand that there is a lot going on :) |
Fixes #3845
Depends on https://github.com/dependabot/smoke-tests/pull/59/files
Implemented just like #6526 as suggested