-
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 'fix-auto-merge-if-plus-one' into gerrit-remove-deprecat…
…ed-source-branch
- Loading branch information
Showing
291 changed files
with
7,940 additions
and
4,342 deletions.
There are no files selected for viewing
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 +1 @@ | ||
FROM ghcr.io/containerbase/devcontainer:13.5.5 | ||
FROM ghcr.io/containerbase/devcontainer:13.5.10 |
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
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 +1 @@ | ||
22.11.0 | ||
22.13.0 |
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 |
---|---|---|
|
@@ -307,7 +307,7 @@ Renovate will get the credentials with the [`google-auth-library`](https://www.n | |
service_account: ${{ env.SERVICE_ACCOUNT }} | ||
|
||
- name: renovate | ||
uses: renovatebot/[email protected].7 | ||
uses: renovatebot/[email protected].9 | ||
env: | ||
RENOVATE_HOST_RULES: | | ||
[ | ||
|
@@ -478,7 +478,7 @@ Make sure to install the Google Cloud SDK into the custom image, as you need the | |
For example: | ||
|
||
```Dockerfile | ||
FROM renovate/renovate:39.82.1 | ||
FROM renovate/renovate:39.104.1 | ||
# Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install | ||
# under "Installation" for "Debian/Ubuntu" | ||
RUN ... | ||
|
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: | ||
- 'Overview': 'overview.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,59 @@ | ||
# Mend Renovate Cloud-hosted (Community and Enterprise) | ||
|
||
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 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. | ||
|
||
## Getting started | ||
|
||
To get started using Mend Renovate Cloud versions, access the Developer Portal at [https://developer.mend.io/](https://developer.mend.io/). | ||
|
||
Developers can log in using the 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 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. | ||
|
||
| | 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 | | ||
|
||
(1) Bitbucket repositories running Mend Renovate Enterprise are scheduled to run every 4 hours, to avoid hitting rate limits on GitHub APIs. | ||
|
||
**Mend Renovate Community Cloud (Free)** - Available for free for all repositories. | ||
|
||
**Mend Renovate Enterprise Cloud** - Supported premium version. Contact Mend at [[email protected]](mailto:[email protected]) for purchase details. | ||
|
||
<!-- prettier-ignore --> | ||
!!! note | ||
OSS-licensed orgs can request increased resources on Mend Renovate Community Cloud. | ||
To request increased resources, 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. |
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
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
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.