diff --git a/docs/usage/config-presets.md b/docs/usage/config-presets.md index a1c7a60dee2ab02c309209b7fa393f9b3f11577e..2cf5f060ca231d31b080f08120272e73bd9e2238 100644 --- a/docs/usage/config-presets.md +++ b/docs/usage/config-presets.md @@ -168,7 +168,7 @@ To host your preset config on GitLab: ## Local presets -Renovate also supports local presets, i.e. presets that are hosted on the same platform as the target repository. This is especially helpful in self-hosted scenarios where public presets cannot be used. Local presets are only supported on GitHub and GitLab. Local presets are specified either by leaving out any prefix, e.g. `owner/name`, or explicitly by adding a `local>` prefix, e.g. `local>owner/name`. Renovate will determine the current platform and look up the preset from there. +Renovate also supports local presets, i.e. presets that are hosted on the same platform as the target repository. This is especially helpful in self-hosted scenarios where public presets cannot be used. Local presets are only supported on GitHub, GitLab and Bitbucket Server. Local presets are specified either by leaving out any prefix, e.g. `owner/name`, or explicitly by adding a `local>` prefix, e.g. `local>owner/name`. Renovate will determine the current platform and look up the preset from there. ## Presets and Private Modules