From e23b8fc3e13aef59cecd35130db42bd391ca914e Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Wed, 20 Apr 2022 12:26:26 +0200 Subject: [PATCH] docs: use term GitHub Enterprise Server (#15188) --- docs/usage/configuration-options.md | 2 +- docs/usage/examples/self-hosting.md | 4 ++-- lib/modules/platform/github/index.md | 2 +- readme.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index ecd621b069..2284f7b682 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -744,7 +744,7 @@ 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) +- GitHub (.com and Enterprise Server) - GitLab (.com and CE/EE) <!-- prettier-ignore --> diff --git a/docs/usage/examples/self-hosting.md b/docs/usage/examples/self-hosting.md index 92aec29669..388cfc594c 100644 --- a/docs/usage/examples/self-hosting.md +++ b/docs/usage/examples/self-hosting.md @@ -247,7 +247,7 @@ module.exports = { Here change the `logFile` and `repositories` to something appropriate. Also replace `gitlab-token` value with the one created during the previous step. -If running against GitHub Enterprise, change the above `gitlab` values to the equivalent GitHub ones. +If running against GitHub Enterprise Server, change the above `gitlab` values to the equivalent GitHub ones. You can save this file as anything you want and then use `RENOVATE_CONFIG_FILE` env variable to tell Renovate where to find it. @@ -269,7 +269,7 @@ renovate <!-- prettier-ignore --> !!! note The GitHub.com token in env is necessary in order to retrieve Release Notes that are usually hosted on github.com. - You don't need to add it if you are already running the bot against github.com, but you do need to add it if you're using GitHub Enterprise, GitLab, Azure DevOps, or Bitbucket. + You don't need to add it if you are already running the bot against github.com, but you do need to add it if you're using GitHub Enterprise Server, GitLab, Azure DevOps, or Bitbucket. You should save and test out this script manually first, and add it to cron once you've verified it. diff --git a/lib/modules/platform/github/index.md b/lib/modules/platform/github/index.md index 9e9ff428d4..7258171ecc 100644 --- a/lib/modules/platform/github/index.md +++ b/lib/modules/platform/github/index.md @@ -1,4 +1,4 @@ -# GitHub and GitHub Enterprise +# GitHub and GitHub Enterprise Server ## Authentication diff --git a/readme.md b/readme.md index 7af8adea10..9451a26c59 100644 --- a/readme.md +++ b/readme.md @@ -30,7 +30,7 @@ Multi-platform and multi-language. Renovate works on the following platforms: -- GitHub (.com and Enterprise) +- GitHub (.com and Enterprise Server) - GitLab (.com and CE/EE) - Bitbucket Cloud - Bitbucket Server -- GitLab