If set to an positive integer, Renovate will use this as the number of attempts to check if a merge request on GitLab is mergable before trying to automerge.
...
...
@@ -68,83 +117,34 @@ Suppress the default warning when a deprecated version of Node.js is used to run
Skip initializing `RE2` for regular expressions and instead use Node-native `RegExp` instead.
## `RENOVATE_X_PLATFORM_VERSION`
If set, Renovate will use this string as GitLab server version instead of checking via the GitLab API.
This can be useful when you use the GitLab `CI_JOB_TOKEN` to authenticate Renovate.
Read [platform details](modules/platform/gitlab/index.md) to learn why we need the server version on GitLab.
## `RENOVATE_X_S3_ENDPOINT`
If set, Renovate will use this string as the `endpoint` when instantiating the AWS S3 client.
## `RENOVATE_X_S3_PATH_STYLE`
If set, Renovate will enable `forcePathStyle` when instantiating the AWS S3 client.
> Whether to force path style URLs for S3 objects (e.g., `https://s3.amazonaws.com//` instead of `https://.s3.amazonaws.com/`)