Skip to content

Commit

Permalink
-added: scm-manager to supported platform inside of readme and some o…
Browse files Browse the repository at this point in the history
…ptions
  • Loading branch information
zT-1337 committed Jan 24, 2024
1 parent 910e3ee commit cdebb21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 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'],
supportedPlatforms: ['azure', 'gitea', 'github', 'gitlab', 'scm-manager'],
},
{
name: 'dryRun',
Expand Down Expand Up @@ -780,7 +780,7 @@ const options: RenovateOptions[] = [
description: 'Username for authentication.',
stage: 'repository',
type: 'string',
supportedPlatforms: ['azure', 'bitbucket', 'bitbucket-server'],
supportedPlatforms: ['azure', 'bitbucket', 'bitbucket-server', 'scm-manager'],
globalOnly: true,
},
{
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'],
supportedPlatforms: ['gitlab', 'bitbucket-server', 'scm-manager'],
allowedValues: ['default', 'ssh', 'endpoint'],
default: 'default',
stage: 'repository',
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Renovate works on these platforms:
- [AWS CodeCommit](https://docs.renovatebot.com/modules/platform/codecommit/)
- [Gitea and Forgejo](https://docs.renovatebot.com/modules/platform/gitea/)
- [Gerrit (experimental)](https://docs.renovatebot.com/modules/platform/gerrit/)
- [SCM-Manager](https://scm-manager.org/)

## Who Uses Renovate?

Expand Down

0 comments on commit cdebb21

Please sign in to comment.