We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dependabot isn't finding the commit diffs between versions, not sure why: threatgrid/ctia#1225
Other deps have Changelog and Commits sections: threatgrid/ctia#1228
Changelog
Commits
The text was updated successfully, but these errors were encountered:
My best guess at this point is that dependabot can't find the right git tags because they have a schema-generators- prefix.
schema-generators-
Sorry, something went wrong.
No, java.classpath works fine and has tags like that.
What is the implication of this? (why is it a problem?)
It's not a big deal, you just have to work a bit harder to find out the changes between the versions when bumping via dependabot.
eg., for bumping trapperkeeper from 3.1.0 to 3.2.0 it provides this link: puppetlabs/trapperkeeper@3.1.0...3.2.0
Compared to schema-generators, you get: https://github.com/plumatic/schema-generators/commits
I was hoping it was just a simple url typo or similar (for example, see this fix in test.check), but I really have no idea why this happens.
No branches or pull requests
Dependabot isn't finding the commit diffs between versions, not sure why: threatgrid/ctia#1225
Other deps have
Changelog
andCommits
sections: threatgrid/ctia#1228The text was updated successfully, but these errors were encountered: