From 9ce2d949a1b0878b59651d60bf3b155f4f62677a Mon Sep 17 00:00:00 2001 From: Paul Hammant <paul@hammant.org> Date: Wed, 10 Jan 2024 11:45:11 +0000 Subject: [PATCH] docs(github): improve example endpoint (#26574) --- lib/modules/platform/github/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/platform/github/readme.md b/lib/modules/platform/github/readme.md index 41d134bb4a..7559b1c77b 100644 --- a/lib/modules/platform/github/readme.md +++ b/lib/modules/platform/github/readme.md @@ -13,7 +13,7 @@ Let Renovate use your PAT by doing _one_ of the following: Remember to set `platform=github` somewhere in your Renovate config file. -If you use GitHub Enterprise Server then `endpoint` must point to `https://github.enterprise.com/api/v3/`. +If you use GitHub Enterprise Server then `endpoint` must point to `https://github-enterprise.example.com/api/v3/`. You can choose where you want to set `endpoint`: - In your `config.js` file -- GitLab