Skip to content

Commit

Permalink
docs: update on-prem to CE migration doc (#400)
Browse files Browse the repository at this point in the history
* update migrating-to-renovate-ce.md

* Update migrating-to-renovate-ce.md
  • Loading branch information
Gabriel-Ladzaretti authored Nov 27, 2023
1 parent 069521b commit 6e78339
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/migrating-to-renovate-ce.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ If you are using a "health check" of the Renovate container then you should poin

Some existing environment variables have been renamed, and some new ones have been added.

See the specific configuration instructions ([GitHub](./configuration-github.md), [GitLab](./configuration-gitlab.md)) to learn more about the variables mentioned below.
See the specific configuration instructions ([GitHub](./configure-renovate-ce-github.md), [GitLab](./configure-renovate-ee-gitlab.md)) to learn more about the variables mentioned below.

### Common variables
### Environment Variable Key Migration

| Renovate On-Premises | Renovate Community Edition |
|------------------------|--|
Expand All @@ -23,10 +23,11 @@ See the specific configuration instructions ([GitHub](./configuration-github.md)
| RENOVATE_ENDPOINT | MEND_RNV_ENDPOINT |
| SCHEDULER_CRON | MEND_RNV_CRON_JOB_SCHEDULER |
| WEBHOOK_SECRET | MEND_RNV_WEBHOOK_SECRET |
| [New] | MEND_RNV_CRON_APP_SYNC |
| [New] | MEND_RNV_ADMIN_API_ENABLED |
| [New] | MEND_RNV_SERVER_API_SECRET |
| [New] | MEND_RNV_SQLITE_FILE_PATH |

### Repository auto-discovery
> [!WARNING]
> The Renovate CLI `autodiscover` configuration option is disabled at the client level.
Repository filtering should solely rely on server-side filtering using `MEND_RNV_AUTODISCOVER_FILTER`.

### Variables specific to GitHub instances
| Renovate On-Premises EnvVars | Renovate Community Edition |
Expand Down

0 comments on commit 6e78339

Please sign in to comment.