Release Notes not picked up my renovate bot

1k Views Asked by At

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?

1

There are 1 best solutions below

0
On

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)