Skip to content

Commit 72968d3

Browse files
authored
chore: clarify "Mend Renovate" in PRs (#42841)
As part of general work to reinforce the brand link between Mend and Renovate, we can improve the default PR body footer to clarify this. This feeds into #29885 and general naming, where we want to keep these close, while also not being too "in your face". This is still user-controlled, but provides a more reasonable default. This also feeds into #26838 and #39305, where we should also remove the "Bot" from the footer.
1 parent 982a021 commit 72968d3

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

lib/config/options/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2472,7 +2472,7 @@ const options: Readonly<RenovateOptions>[] = [
24722472
description:
24732473
'Text added here will be placed last in the PR body, with a divider separator before it.',
24742474
type: 'string',
2475-
default: `This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).`,
2475+
default: `This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).`,
24762476
},
24772477
{
24782478
name: 'customizeDashboard',

lib/modules/platform/utils/__fixtures__/pr-body.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ This PR contains the following updates:
9898

9999
---
100100

101-
This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#VisualOn/docker-images).
101+
This PR has been generated by [Mend Renovate](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#VisualOn/docker-images).

lib/modules/platform/utils/__snapshots__/pr-body.spec.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This PR contains the following updates:
3434
<details>
3535
<summary>renovatebot/renovate</summary>
3636
37-
### [\`v19.47.0\`](
37+
### [\`v19.47.0\`]
3838
3939
</details>
4040
@@ -56,6 +56,6 @@ This PR contains the following updates:
5656
5757
---
5858
59-
This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#VisualOn/docker-images).
59+
This PR has been generated by [Mend Renovate](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#VisualOn/docker-images).
6060
"
6161
`;

lib/workers/repository/config-migration/pr/__snapshots__/index.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports[`workers/repository/config-migration/pr/index > ensureConfigMigrationPr(
1616
1717
---
1818
19-
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
19+
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
2020
"
2121
`;
2222

lib/workers/repository/onboarding/pr/index.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('workers/repository/onboarding/pr/index', () => {
2121
let branches: BranchConfig[];
2222

2323
const bodyStruct = {
24-
hash: 'ca7d8b2b5477b8db83231a2584c4e0a1748e4c19e26089507ee1447b8eeb6894',
24+
hash: '3864212140a13f6ddfaf19c2c812187369a6b00e680a0ac443b4d23539317c41',
2525
};
2626

2727
beforeEach(() => {
@@ -214,7 +214,7 @@ describe('workers/repository/onboarding/pr/index', () => {
214214
'(onboardingRebaseCheckbox="$onboardingRebaseCheckbox")',
215215
async ({ onboardingRebaseCheckbox }) => {
216216
const hash =
217-
'16d923d407af84b1d00c4336c5dd88fc3cd0e6695b7e4e13debd02c7b8c4b60d'; // no rebase checkbox PR hash
217+
'1280e47eeebf596351163aef6d1367d083276b37bcc97fb3b05c4b4312ef357a'; // no rebase checkbox PR hash
218218
config.onboardingRebaseCheckbox = onboardingRebaseCheckbox;
219219
OnboardingState.prUpdateRequested = true; // case 'false' is tested in "breaks early when onboarding"
220220
platform.getBranchPr.mockResolvedValue(

0 commit comments

Comments
 (0)