diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 1d5cdb9b5370fdffa9f65e725d449cfee61de87c..ecd621b069222e606ffae2f71b37dea9f482af56 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -742,6 +742,17 @@ A similar one could strip leading `v` prefixes: Set this to `false` if you want to disable release notes fetching. +Renovate can fetch release notes when they are hosted on one of these platforms: + +- GitHub (.com and Enterprise) +- GitLab (.com and CE/EE) + +<!-- prettier-ignore --> +!!! note + Renovate can only show release notes from some platforms and some package managers. + We're planning improvements so that Renovate can show more release notes. + Read [issue 14138 on GitHub](https://github.com/renovatebot/renovate/issues/14138) to get a overview of the planned work. + ## fileMatch `fileMatch` is used by Renovate to know which files in a repository to parse and extract, and it is possible to override the default values to customize for your project's needs.