Skip to content

Commit

Permalink
Fixed supported platforms list (scm-manager to scmm)
Browse files Browse the repository at this point in the history
  • Loading branch information
zT-1337 committed Jan 24, 2024
1 parent 119fbdd commit 33f6b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/config/options/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ const options: RenovateOptions[] = [
'If set to `true` then Renovate creates draft PRs, instead of normal status PRs.',
type: 'boolean',
default: false,
supportedPlatforms: ['azure', 'gitea', 'github', 'gitlab', 'scm-manager'],
supportedPlatforms: ['azure', 'gitea', 'github', 'gitlab', 'scmm'],
},
{
name: 'dryRun',
Expand Down Expand Up @@ -2729,7 +2729,7 @@ const options: RenovateOptions[] = [
description:
'Overrides the default resolution for Git remote, e.g. to switch GitLab from HTTPS to SSH-based.',
type: 'string',
supportedPlatforms: ['gitlab', 'bitbucket-server', 'scm-manager'],
supportedPlatforms: ['gitlab', 'bitbucket-server', 'scmm'],
allowedValues: ['default', 'ssh', 'endpoint'],
default: 'default',
stage: 'repository',
Expand Down

0 comments on commit 33f6b38

Please sign in to comment.