mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-10 22:16:28 +00:00
docs: added Renovate Version info to Mend-hosted Apps config page (#32917)
This commit is contained in:
parent
b05799d9c5
commit
f7486d6fde
2 changed files with 30 additions and 31 deletions
|
@ -29,37 +29,6 @@ The Renovate team only fixes bugs in an older version if:
|
||||||
If you're using the Mend Renovate App, you don't need to do anything, as the Renovate maintainers update it regularly.
|
If you're using the Mend Renovate App, you don't need to do anything, as the Renovate maintainers update it regularly.
|
||||||
If you're self hosting Renovate, use the latest release if possible.
|
If you're self hosting Renovate, use the latest release if possible.
|
||||||
|
|
||||||
## When is the Mend Renovate App updated with new Renovate versions?
|
|
||||||
|
|
||||||
The Renovate maintainers manually update the app.
|
|
||||||
The maintainers don't follow any release schedule or release cadence, but try to update at least once a week.
|
|
||||||
This means the Mend Renovate App can lag a few hours to a week behind the open source version.
|
|
||||||
|
|
||||||
Major releases of Renovate are held back until the maintainers are reasonably certain it works for most users.
|
|
||||||
|
|
||||||
## How can I see which version the Mend Renovate app is using?
|
|
||||||
|
|
||||||
Follow these steps to see which version the Mend Renovate app is on:
|
|
||||||
|
|
||||||
1. Go to the [Mend Developer Portal](https://developer.mend.io/)
|
|
||||||
1. Sign in to the Renovate app with your GitHub or Bitbucket account
|
|
||||||
1. Select your organization
|
|
||||||
1. Select a installed repository
|
|
||||||
1. Select a job from the _Recent jobs_ overview
|
|
||||||
1. Select the _Info_ Log Level from the dropdown menu
|
|
||||||
1. You should see something like this:
|
|
||||||
|
|
||||||
```
|
|
||||||
INFO: Repository started
|
|
||||||
{
|
|
||||||
"renovateVersion": "39.11.5"
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
<!-- prettier-ignore -->
|
|
||||||
!!! tip
|
|
||||||
The PRs that Renovate creates have a link to the "repository job log" in the footer of the PR body text.
|
|
||||||
|
|
||||||
## Renovate core features not supported on all platforms
|
## Renovate core features not supported on all platforms
|
||||||
|
|
||||||
| Feature | Platforms which lack feature | See Renovate issue(s) |
|
| Feature | Platforms which lack feature | See Renovate issue(s) |
|
||||||
|
|
|
@ -17,6 +17,36 @@ The Renovate logs for the Mend-hosted apps are on the [Mend Developer Portal](ht
|
||||||
|
|
||||||
Reading the logs can help you understand the configuration that Renovate used.
|
Reading the logs can help you understand the configuration that Renovate used.
|
||||||
|
|
||||||
|
## Renovate Version
|
||||||
|
|
||||||
|
The Renovate version used by the Mend-hosted apps is updated manually by the maintainers of the app.
|
||||||
|
The maintainers don't follow any release schedule or release cadence, but try to update at least once a week.
|
||||||
|
This means the Mend Renovate App can lag a few hours to a week behind the open source version.
|
||||||
|
|
||||||
|
Major releases of Renovate are held back until the maintainers are reasonably certain it works for most users.
|
||||||
|
|
||||||
|
### Which version is the Mend Renovate app using?
|
||||||
|
|
||||||
|
Follow these steps to see which version the Mend Renovate app used for a specific job:
|
||||||
|
|
||||||
|
1. Sign in to the [Mend Developer Portal](https://developer.mend.io/) with your GitHub or Bitbucket account
|
||||||
|
1. Select your organization
|
||||||
|
1. Select a installed repository
|
||||||
|
1. Select a job from the _Recent jobs_ overview
|
||||||
|
1. Select the _Info_ Log Level from the dropdown menu
|
||||||
|
1. You should see something like this:
|
||||||
|
|
||||||
|
```
|
||||||
|
INFO: Repository started
|
||||||
|
{
|
||||||
|
"renovateVersion": "39.11.5"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
<!-- prettier-ignore -->
|
||||||
|
!!! tip
|
||||||
|
The PRs that Renovate creates have a link to the "repository job log" in the footer of the PR body text.
|
||||||
|
|
||||||
## Onboarding behavior
|
## Onboarding behavior
|
||||||
|
|
||||||
### Installing Renovate into all repositories leads to silent mode
|
### Installing Renovate into all repositories leads to silent mode
|
||||||
|
|
Loading…
Reference in a new issue