1

We are using [RenovateBot] (https://docs.renovatebot.com/) for automatic dependency management. We get the Pull requests created automatically, but the PRs don't show the release notes. Has anyone faced this issue?

  • What kind of dependencies we are talking about? there are different ways how renovate try to resolve the changelog, depending on the manager used. a little bit more specific information would be highly appreciated – Simon Schrottner Jul 15 '22 at 09:08

1 Answers1

0

Release notes fetching is only supported for specific platforms (e.g. Github). If you are interested in the release notes from Github create a PAT and configure it.

The property fetchReleaseNotes also has to be set to true (=default).

Please note that the release of the dependency must include release notes on Github (e.g. https://github.com/getsentry/sentry-java/releases/tag/6.14.0)

tine2k
  • 1,521
  • 1
  • 16
  • 21