we have a public gradle plugin, which we release new versions, eg:
https://github.com/europace/docker-publish-gradle-plugin/releases/tag/v2.0.4
https://plugins.gradle.org/plugin/de.europace.docker-publish
After the release dependabot creates pull requests in several of our services as expected. But even though there are release notes the desciption of the pull requests is always empty. I would have at least expected some commit messages there.
Any idea why dependabot does not find those release notes?