From f1e31214f313189911cf76b0342d0c2418eb9db4 Mon Sep 17 00:00:00 2001 From: Wulf Pfeiffer <wulf@it-iv.de> Date: Thu, 8 Oct 2020 10:59:22 +0200 Subject: [PATCH] update docs for local config presets (#7428) --- docs/usage/config-presets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/config-presets.md b/docs/usage/config-presets.md index a1c7a60dee..2cf5f060ca 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 -- GitLab