-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into refactor/gradle-common
- Loading branch information
Showing
54 changed files
with
2,058 additions
and
831 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
title: Mend-hosted Apps | ||
nav: | ||
- 'Renovate Plans': 'renovate-plans.md' | ||
- 'Configuration': 'hosted-apps-config.md' | ||
- 'Credentials': 'credentials.md' | ||
- 'Migrating Secrets': 'migrating-secrets.md' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# Renovate Plans on Mend-Hosted Apps | ||
|
||
Mend provides cloud hosting services for running Renovate on repositories hosted on the following cloud platforms: | ||
|
||
- GitHub | ||
- Bitbucket Cloud | ||
- Azure DevOps | ||
|
||
Mend 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 | ||
|
||
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. | ||
|
||
![Developer Portal sign-in screen](../assets/images/portal-sign-in.png) | ||
|
||
Features of the Developer Portal include: | ||
|
||
- Ability to install, uninstall and view installed repositories | ||
- Trigger Renovate jobs to run on demand | ||
- View logs for all Renovate jobs | ||
- Configure settings that apply at the Org-level or Repo-level | ||
|
||
## 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 | ||
|
||
**Community (Free)** - This plan is available for free for all repositories. | ||
|
||
**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. | ||
|
||
**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. | ||
|
||
**Enterprise** - A supported, paid plan available for purchase through Mend.io. Contact Mend at [[email protected]](mailto:[email protected]) for purchase details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.