diff --git a/docs/usage/mend-hosted/.pages b/docs/usage/mend-hosted/.pages index 6b4053c88bf23db4e9946e09b19cba2548a211f5..fae3c0c0bf42c43f5bfb9b2d667320be7dfebce3 100644 --- a/docs/usage/mend-hosted/.pages +++ b/docs/usage/mend-hosted/.pages @@ -1,6 +1,6 @@ title: Mend-hosted Apps nav: - - 'Renovate Plans': 'renovate-plans.md' + - 'Overview': 'renovate-plans.md' - 'Configuration': 'hosted-apps-config.md' - 'Credentials': 'credentials.md' - 'Migrating Secrets': 'migrating-secrets.md' diff --git a/docs/usage/mend-hosted/renovate-plans.md b/docs/usage/mend-hosted/renovate-plans.md index e946575399b5cbb1ce6bc11e47e4d43c9354b8ce..acea1ced6bd85c5e0c6a67843d7b1bd21fed011c 100644 --- a/docs/usage/mend-hosted/renovate-plans.md +++ b/docs/usage/mend-hosted/renovate-plans.md @@ -1,19 +1,25 @@ -# Renovate Plans on Mend-Hosted Apps +# Mend Renovate Cloud-hosted (Community and Enterprise) -Mend provides cloud hosting services for running Renovate on repositories hosted on the following cloud platforms: +Mend provides cloud hosting services for running Renovate in free and paid versions: + +- Mend Renovate Community Cloud (Free) +- Mend Renovate Enterprise Cloud + +They are available for Git repositories hosted on the following cloud platforms: - GitHub - Bitbucket Cloud - Azure DevOps -Mend Cloud will regularly schedule Renovate jobs against all installed repositories. +Mend Renovate cloud will regularly schedule Renovate jobs against all installed repositories. It also listens to webhooks and enqueues a Renovate job when relevant changes occur in a repo, or when actions are triggered from the Renovate PRs or Dashboard issue. There is a web UI with functionality to view and interact with installed repositories, their jobs and job logs. -## Accessing Mend Cloud via the Web UI +## Getting started + +To get started using Mend Renovate Cloud versions, access the Developer Portal at [https://developer.mend.io/](https://developer.mend.io/). -Users can access the cloud-hosted Renovate service via the Developer Portal at [https://developer.mend.io/](https://developer.mend.io/). -Developers can log in with OAuth credentials from their cloud-based Git repository. +Developers can log in using the OAuth credentials from their cloud-based Git repository.  @@ -26,28 +32,22 @@ Features of the Developer Portal include: ## Resources and Scheduling -The plan assigned to each Org determines the resources, scheduling and concurrency of Renoate jobs. -Mend Cloud has free and paid Renovate plans. Details of the plans are shown in the table below. - -| | Community (Free) | Pioneer (Free) | OSS Select (Free) | Enterprise | -| ----------------------------- | ---------------- | -------------- | ----------------- | ------------ | -| Concurrent jobs per Org | 1 | 8 | 2 | 16 | -| Job scheduling (active repos) | Every 4 hours | Every 4 hours | Hourly | Hourly (\*1) | -| Job runner CPUs | 1 CPU | 1 CPU | 1 CPU | 2 CPU | -| Job runner Memory | 2Gb | 3.5Gb | 6Gb | 8Gb | -| Job runner Disk space | 15Gb | 15Gb | 25Gb | 40Gb | -| Job timeout | 30 minutes | 30 minutes | 60 minutes | 60 minutes | -| Merge Confidence Workflows | Not included | Not included | Included | Included | -| Mend.io Helpdesk Support | Not included | Not included | Not Included | Included | - -(1) Bitbucket repositories on the Renovate Enterprise plan are scheduled to run every 4 hours, to avoid hitting rate limits on GitHub APIs. - -### Plan descriptions +The resources, scheduling and concurrency of Renovate jobs is determined by the version of Mend Renovate used by the Org. +Details of the Mend Renovate Cloud versions are shown in the table below. -**Community (Free)** - This plan is available for free for all repositories. +| | Mend Renovate Community Cloud (Free) | Mend Renovate Enterprise Cloud | +| ----------------------------- | ------------------------------------ | ------------------------------ | +| Concurrent jobs per Org | 1 | 16 | +| Job scheduling (active repos) | Every 4 hours | Hourly (\*1) | +| Job runner CPUs | 1 CPU | 2 CPU | +| Job runner Memory | 2Gb | 8Gb | +| Job runner Disk space | 15Gb | 40Gb | +| Job timeout | 30 minutes | 60 minutes | +| Merge Confidence Workflows | Not included | Included | +| Mend.io Helpdesk Support | Not included | Included | -**Pioneer (Free)** - This plan is available for a limited time for Orgs that were installed on Renovate Cloud before 2025. Users on this plan will be transitioned to other plans over time. +(1) Bitbucket repositories running Mend Renovate Enterprise are scheduled to run every 4 hours, to avoid hitting rate limits on GitHub APIs. -**OSS Select (Free)** - This is a premium plan granted for free to selected OSS Orgs. If you would like your Org to be considered for the free OSS Select plan, create a “[Suggest an Idea](https://github.com/renovatebot/renovate/discussions/categories/suggest-an-idea)†item on the Renovate discussions board on GitHub. Acceptance is at the discretion of Mend.io. +**Mend Renovate Community Cloud (Free)** - Available for free for all repositories. -**Enterprise** - A supported, paid plan available for purchase through Mend.io. Contact Mend at [sales@mend.io](mailto:sales@mend.io) for purchase details. +**Mend Renovate Enterprise Cloud** - Supported premium version. Contact Mend at [sales@mend.io](mailto:sales@mend.io) for purchase details.