Skip to content

Commit 7c2073b

Browse files
authored
Use the Mend Renovate App name (#33)
1 parent ee78ce3 commit 7c2073b

1 file changed

Lines changed: 19 additions & 18 deletions

File tree

README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
Welcome to the Renovate hands-on tutorial.
66

7-
This tutorial is based on the Renovate GitHub App.
7+
This tutorial is based on the Mend Renovate App.
88
You can also run Renovate as a CLI tool or a self-hosted application.
99

1010
> **Note**
11-
> Although this tutorial is based on the GitHub App, the concepts discussed apply to all environments.
11+
> Although this tutorial is based on the Mend Renovate App, the concepts discussed apply to all environments.
1212
1313
In this tutorial, you will learn how to configure Renovate and become familiar with some of the basic features.
1414

@@ -19,21 +19,21 @@ What you will learn:
1919
3. Getting to know Renovate’s update PRs
2020
4. Dependency Dashboard
2121

22-
We will begin this tutorial with configuring and installing the Renovate app and an overview of the default settings and basic functionalities.
22+
We will begin this tutorial with configuring and installing the Mend Renovate App and an overview of the default settings and basic functionalities.
2323

2424
Later, we will dive deeper into functional use-cases, advanced features, and `best practices` so you'll know how to leverage Renovate to its fullest.
2525

2626
## Part 1 - Installation
2727

28-
Let’s start by forking the tutorial repo to your account, installing the Renovate GitHub App, and configuring it to your repo.
28+
Let’s start by forking the tutorial repo to your account, installing the Mend Renovate App, and configuring it to your repo.
2929

3030
1. Make sure you are logged in to GitHub.com
3131
1. Fork this repository. The tutorial instructions will be based on its contents.
32-
1. The following instructions are directed at those that don’t have Renovate installed:
33-
- Install the Renovate App to your account by navigating to the [Renovate App GitHub installation page](https://github.com/apps/renovate) and select Install:
32+
1. The following instructions are directed at those that don’t have the Mend Renovate App installed:
33+
- Install the Mend Renovate App to your account by navigating to the [the Mend Renovate App installation page](https://github.com/apps/renovate) and select Install:
3434
![image](https://user-images.githubusercontent.com/102745725/178965463-525a385e-d914-4309-aeb4-cb4358dc12bc.png)
35-
1. If you do have Renovate installed:
36-
- navigate to the [Renovate app page](https://github.com/apps/renovate) and select configure:
35+
1. If you do have the Mend Renovate App installed:
36+
- navigate to [the Mend Renovate App](https://github.com/apps/renovate) and select configure:
3737
![image](https://user-images.githubusercontent.com/42116482/178491021-a0b7ba34-3bc7-4953-8452-416fbd3d6ec9.png)
3838
1. You will reach an installation configuration page where you are asked to configure Repository Access.
3939

@@ -64,7 +64,7 @@ For new installs:
6464

6565
## Part 2 - Onboarding
6666

67-
Now you have installed Renovate, we can begin onboarding.
67+
Now you have installed the Mend Renovate App, we can begin onboarding.
6868

6969
Let’s review the concepts of the Onboarding PR and learn about Renovate’s initial settings.
7070

@@ -174,13 +174,14 @@ Let’s go ahead and take a look at a Renovate update PR:
174174

175175
1. Merge this pull request
176176

177-
>Note - Renovate is highly configurable and supports:
177+
> **Note**
178+
> Renovate is highly configurable and supports:
178179
>
179-
>- On-demand PR creation.
180-
>- Automatic merging of PRs.
181-
>- Settings for specific dependencies/package managers.
182-
>- Scheduling.
183-
>- Grouping.
180+
> - On-demand PR creation.
181+
> - Automatic merging of PRs.
182+
> - Settings for specific dependencies/package managers.
183+
> - Scheduling.
184+
> - Grouping.
184185
>
185186
> All the above and more will be discussed in future parts of the tutorial.
186187
@@ -231,14 +232,14 @@ Since GitHub defaults to disable `issues` on forked repositories, we need to ena
231232

232233
Users can manually trigger the creation of dependency updates directly from the dashboard.
233234

234-
You can also re-run the Renovate bot manually directly from the Dependency Dashboard by enabling the “Check this box to trigger a request Renovate to run again on this repository” option:
235+
You can also re-run Renovate manually from the Dependency Dashboard by enabling the “Check this box to trigger a request Renovate to run again on this repository” option:
235236

236237
<img width="867" alt="rerun renovate" src="https://user-images.githubusercontent.com/102745725/178969114-c1b64333-b45a-4508-b638-1e25ad0adab5.png">
237238

238239
Let’s dive into one of the Dependency Dashboard capabilities - **the Pending Approval feature**.
239240

240241
Say we want to take extra measures before updating major versions of a package (either to reduce noise or to handle it more carefully).
241-
Renovate offers an option to prevent automatic creation of major version update PRs and create such PRs only upon manual request from the Dependency Dashboard.
242+
Renovate offers an option to prevent automatic creation of major version update PRs and create such PRs only upon manual request from the Dependency Dashboard.
242243

243244
In the Dependency Dashboard, under the `Rate Limited` section, the `Update dependency commander to vX` is waiting to be created.
244245

@@ -290,7 +291,7 @@ In order to limit all `major` updates to on-demand creation:
290291

291292
### General Comments:
292293

293-
- Granting access to all repositories or change repo selections can be modified at any time on the [Renovate App GitHub page](https://github.com/apps/renovate).
294+
- Granting access to all repositories or change repo selections can be modified at any time on the [the Mend Renovate App GitHub page](https://github.com/apps/renovate).
294295
- Renovate configuration can be modified by manual configurations, global organization configurations and existing Renovate presets.
295296

296297
### Congratulations!

0 commit comments

Comments
 (0)