Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Q: how to edit bot commits? #148

Closed
php-coder opened this issue Aug 17, 2018 · 5 comments
Closed

Q: how to edit bot commits? #148

php-coder opened this issue Aug 17, 2018 · 5 comments

Comments

@php-coder
Copy link

I'd like to include links to the changelogs in commit messages. How I can do that? (And these links not the same as bot includes in PR.)

@greysteil
Copy link
Contributor

Dependabot should already be including those, if it can find them. The relevant code is here.

Is there an example PR it should have got a changelog for?

@greysteil
Copy link
Contributor

Ah, Maven, yeah, we're not as good at finding the repo for those because there's not much info embedded in the registry 😞.

The lookup logic we use is here - I'll see if I can improve it.

@greysteil
Copy link
Contributor

OK, I reckon I've got a way for Dependabot to find links to the repos for togglz, maven-failsafe-plugin and liquibase. commons-lang3 is harder, because the GitHub repo for it is a mirror and isn't mentioned anywhere in the POM, and it looks like Dependabot did find the repo for groovy-all, it's just that there wasn't a changelog there (unless it's looking in the wrong place?).

Will get the change I'm thinking of implemented tomorrow morning.

@greysteil
Copy link
Contributor

OK, I've just deployed dependabot/dependabot-core@1c40442, which should improve things here. It won't be perfect, but finding changelogs is something of a whack-a-mole issue!

If you see others that Dependabot has missed / could do better one, please do tag me in the PR (you can just mention @dependabot to do so).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants