Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
f7486d6f
Unverified
Commit
f7486d6f
authored
3 months ago
by
Justin Clareburt
Committed by
GitHub
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
docs: added Renovate Version info to Mend-hosted Apps config page (#32917)
parent
b05799d9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/usage/faq.md
+0
-31
0 additions, 31 deletions
docs/usage/faq.md
docs/usage/mend-hosted/hosted-apps-config.md
+30
-0
30 additions, 0 deletions
docs/usage/mend-hosted/hosted-apps-config.md
with
30 additions
and
31 deletions
docs/usage/faq.md
+
0
−
31
View file @
f7486d6f
...
...
@@ -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 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
| Feature | Platforms which lack feature | See Renovate issue(s) |
...
...
This diff is collapsed.
Click to expand it.
docs/usage/mend-hosted/hosted-apps-config.md
+
30
−
0
View file @
f7486d6f
...
...
@@ -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.
## 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
### Installing Renovate into all repositories leads to silent mode
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment