Skip to content

Commit

Permalink
Docs for Renovate EE gitlab (#436)
Browse files Browse the repository at this point in the history
* Update configure-renovate-ee-gitlab.md

* Update configure-renovate-ee-gitlab.md

* Update docs/configure-renovate-ee-gitlab.md

---------

Co-authored-by: Nabeel Saabna <[email protected]>
  • Loading branch information
tina94happy and nabeelsaabna authored Jan 24, 2024
1 parent 3dd0b00 commit 0720f14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/configure-renovate-ee-gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ See below for a list of environment variables that relate to each.

**`MEND_RNV_PLATFORM`**: Set this to `gitlab`.

**`MEND_RNV_ENDPOINT`**: This is the API endpoint for your GitHub Enterprise installation. Required for GitHub Enterprise Server; not for GitHub.com. Include the trailing slash.
**`MEND_RNV_ENDPOINT`**: This is the API endpoint for your self-hosted GitLab instance installation. Include the trailing slash. (eg. `https://1.2.3.4/api/v4`)

**`MEND_RNV_GITLAB_PAT`**: Personal Access Token for the GitLab bot account.

Expand Down Expand Up @@ -183,8 +183,7 @@ services:
# Provide connection details for the Renovate Bot/App
MEND_RNV_PLATFORM: # Set to `github` or `gitlab`
MEND_RNV_ENDPOINT: # Required for GitLab or GitHub Enterprise Server; not for GitHub.com. Include the trailing slash.
MEND_RNV_GITHUB_APP_ID: # GitHub Only! GitHub App ID
MEND_RNV_GITHUB_APP_KEY: # GitHub Only! GitHub App Key (PEM file). Alternatively mount as a volume below
MEND_RNV_GITLAB_PAT: # Personal Access Token for the GitLab bot account.
MEND_RNV_WEBHOOK_SECRET: # Optional: defaults to 'renovate'
# Optional settings for Mend Renovate
# MEND_RNV_ADMIN_API_ENABLED: # Optional: Set to 'true' to enable Admin APIs. Defaults to 'false'.
Expand Down

1 comment on commit 0720f14

@justo-mend
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The MEND_RNV_ENDPOINT description says "Include the trailing slash.", but then includes an example that does not have a trailing slash. "(eg. https://1.2.3.4/api/v4)".
Should the example for "Include the trailing slash." include a trailing slash?

Please sign in to comment.