diff --git a/lib/config/templates/default/pr-body.hbs b/lib/config/templates/default/pr-body.hbs index a5ea2ec72ba0dcfb33e8743ee1a4b4bc15c598f1..1e00fe21201a00a4710c5290ec279ec22e051546 100644 --- a/lib/config/templates/default/pr-body.hbs +++ b/lib/config/templates/default/pr-body.hbs @@ -1,4 +1,4 @@ -This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}`{{depName}}`{{/if}} from `{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}` to `{{#unless isRange}}v{{/unless}}{{newVersion}}`{{#if isRollback}}. This is necessary and important because `v{{currentVersion}}` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} +This Pull Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}`{{depName}}`{{/if}} from `{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}` to `{{#unless isRange}}v{{/unless}}{{newVersion}}`{{#if isRollback}}. This is necessary and important because `v{{currentVersion}}` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} {{#if releases.length}} {{#if schedule}} @@ -48,4 +48,4 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com). +This PR has been generated by [Renovate Bot](https://renovateapp.com). diff --git a/lib/config/templates/docker-digest/pr-body.hbs b/lib/config/templates/docker-digest/pr-body.hbs index 277f3d23d7fc396fc673b697b7a3fb8342ce7aaf..e43694fd0df39d8b8bfe0716aed4411dc9446865 100644 --- a/lib/config/templates/docker-digest/pr-body.hbs +++ b/lib/config/templates/docker-digest/pr-body.hbs @@ -1,4 +1,4 @@ -This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image `{{depName}}:{{currentTag}}` to the latest digest (`{{newDigest}}`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker +This Pull Request updates Docker base image `{{depName}}:{{currentTag}}` to the latest digest (`{{newDigest}}`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule ("{{schedule}}"{{#if timezone}} in timezone `{{timezone}}`{{/if}}) and will not receive updates outside those times. @@ -32,4 +32,4 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com). +This PR has been generated by [Renovate Bot](https://renovateapp.com). diff --git a/lib/config/templates/docker-group/pr-body.hbs b/lib/config/templates/docker-group/pr-body.hbs index dd3c54f5f2ae234aabc54edd684640a73d77209e..8994bc22d037835d7e1bbbf8ae64dcef71c0f78a 100644 --- a/lib/config/templates/docker-group/pr-body.hbs +++ b/lib/config/templates/docker-group/pr-body.hbs @@ -1,4 +1,4 @@ -This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Dockerfiles to use image digests. +This Pull Request updates Dockerfiles to use image digests. {{#if schedule}} **Note**: This PR was created on a configured schedule ("{{schedule}}"{{#if timezone}} in timezone `{{timezone}}`{{/if}}) and will not receive updates outside those times. @@ -36,4 +36,4 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com). +This PR has been generated by [Renovate Bot](https://renovateapp.com). diff --git a/lib/config/templates/docker-pin-group/pr-body.hbs b/lib/config/templates/docker-pin-group/pr-body.hbs index c13824bd395606dd425db9e46aa30bbe58839525..d97194c5a0359b364847f63b734fbe697a216023 100644 --- a/lib/config/templates/docker-pin-group/pr-body.hbs +++ b/lib/config/templates/docker-pin-group/pr-body.hbs @@ -1,4 +1,4 @@ -This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker +This Pull Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule ("{{schedule}}"{{#if timezone}} in timezone `{{timezone}}`{{/if}}) and will not receive updates outside those times. @@ -36,4 +36,4 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com). +This PR has been generated by [Renovate Bot](https://renovateapp.com). diff --git a/lib/config/templates/docker-pin/pr-body.hbs b/lib/config/templates/docker-pin/pr-body.hbs index 5a114ea287cf9bb9e915e042cb133f17517ec0e1..ff01476188bafb31ce1103915b5636c64e26f6bd 100644 --- a/lib/config/templates/docker-pin/pr-body.hbs +++ b/lib/config/templates/docker-pin/pr-body.hbs @@ -1,4 +1,4 @@ -This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Docker base image `{{depName}}:{{currentTag}}` to use a digest (`{{newDigest}}`). +This Pull Request pins Docker base image `{{depName}}:{{currentTag}}` to use a digest (`{{newDigest}}`). This digest will then be kept updated via Pull Requests whenever the image is updated on the Docker registry. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} @@ -33,4 +33,4 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com). +This PR has been generated by [Renovate Bot](https://renovateapp.com). diff --git a/lib/config/templates/docker/pr-body.hbs b/lib/config/templates/docker/pr-body.hbs index f9344f6e8b1fd7dcb22b2f652a09f4295fedf924..55170fcc92ed51984e25d8b519f23b775afc57af 100644 --- a/lib/config/templates/docker/pr-body.hbs +++ b/lib/config/templates/docker/pr-body.hbs @@ -1,4 +1,4 @@ -This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image `{{depName}}` from tag `{{currentTag}}` to new tag `{{newTag}}`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker +This Pull Request updates Docker base image `{{depName}}` from tag `{{currentTag}}` to new tag `{{newTag}}`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule ("{{schedule}}"{{#if timezone}} in timezone `{{timezone}}`{{/if}}) and will not receive updates outside those times. @@ -32,4 +32,4 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com). +This PR has been generated by [Renovate Bot](https://renovateapp.com). diff --git a/lib/config/templates/group/pr-body.hbs b/lib/config/templates/group/pr-body.hbs index 8b519ead53e23d97d96896fa7c3dc3d04d9bd2f8..28ca8e863a298f081eedcfcdb5125a469a219222 100644 --- a/lib/config/templates/group/pr-body.hbs +++ b/lib/config/templates/group/pr-body.hbs @@ -1,4 +1,4 @@ -This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request renovates the package group "{{groupName}}". +This Pull Request renovates the package group "{{groupName}}". {{#if schedule}} **Note**: This PR was created on a configured schedule ("{{schedule}}"{{#if timezone}} in timezone `{{timezone}}`{{/if}}) and will not receive updates outside those times. @@ -57,4 +57,4 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com). +This PR has been generated by [Renovate Bot](https://renovateapp.com). diff --git a/lib/config/templates/lock-file-maintenance/pr-body.hbs b/lib/config/templates/lock-file-maintenance/pr-body.hbs index a902d969e9c46470f3c432f1b23716333318032d..b1dfe755fb38657be8debfd4e2a987b5ab3e78c0 100644 --- a/lib/config/templates/lock-file-maintenance/pr-body.hbs +++ b/lib/config/templates/lock-file-maintenance/pr-body.hbs @@ -1,4 +1,4 @@ -This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates `package.json` lock files to use the latest dependency versions. +This Pull Request updates `package.json` lock files to use the latest dependency versions. {{#if schedule}} **Note**: This PR was created on a configured schedule ("{{schedule}}"{{#if timezone}} in timezone `{{timezone}}`{{/if}}) and will not receive updates outside those times. @@ -32,4 +32,4 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com). +This PR has been generated by [Renovate Bot](https://renovateapp.com). diff --git a/test/config/__snapshots__/index.spec.js.snap b/test/config/__snapshots__/index.spec.js.snap index 0ed3ce4eb7e518d720fbe65bfffc01ba0cbf88a0..73df5d60dca5903b72ce29704bc547a9a64c6cc9 100644 --- a/test/config/__snapshots__/index.spec.js.snap +++ b/test/config/__snapshots__/index.spec.js.snap @@ -6,7 +6,7 @@ Object { "commitMessage": "Update lock file", "enabled": false, "groupName": null, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates \`package.json\` lock files to use the latest dependency versions. + "prBody": "This Pull Request updates \`package.json\` lock files to use the latest dependency versions. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -40,7 +40,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Lock file maintenance", "recreateClosed": true, "schedule": Array [ diff --git a/test/manager/__snapshots__/resolve.spec.js.snap b/test/manager/__snapshots__/resolve.spec.js.snap index 1c91b544d6dc7a3686c07f09f216b0835da24918..0c17b40897e4a6a089ff91eaccb31cb8af07e6cb 100644 --- a/test/manager/__snapshots__/resolve.spec.js.snap +++ b/test/manager/__snapshots__/resolve.spec.js.snap @@ -31,7 +31,7 @@ Object { "digest": Object { "branchName": "{{branchPrefix}}docker-{{depNameSanitized}}-{{currentTag}}", "commitMessage": "Update {{depName}}:{{currentTag}} digest", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -65,12 +65,12 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Dockerfile {{depName}} image {{currentTag}} digest ({{newDigestShort}})", }, "enabled": true, "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Dockerfiles to use image digests. + "prBody": "This Pull Request updates Dockerfiles to use image digests. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -108,7 +108,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Docker {{groupName}} digests", }, "major": Object { @@ -117,7 +117,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pin": Object { "branchName": "{{branchPrefix}}docker-pin-{{depNameSanitized}}-{{currentTag}}", "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -155,11 +155,11 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Docker digests", }, "groupName": "Pin Docker Digests", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). + "prBody": "This Pull Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). This digest will then be kept updated via Pull Requests whenever the image is updated on the Docker registry. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} @@ -194,10 +194,10 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Dockerfile {{depName}}:{{currentTag}} image digest", }, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -231,7 +231,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update {{depName}} Dockerfile tag to {{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newTag}}{{/if}}", }, "enabled": true, @@ -244,7 +244,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "group": Object { "branchName": "{{branchPrefix}}{{groupSlug}}", "commitMessage": "Renovate {{groupName}} packages", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request renovates the package group \\"{{groupName}}\\". + "prBody": "This Pull Request renovates the package group \\"{{groupName}}\\". {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -303,7 +303,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Renovate {{groupName}} packages", "recreateClosed": true, }, @@ -323,7 +323,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "commitMessage": "Update lock file", "enabled": false, "groupName": null, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates \`package.json\` lock files to use the latest dependency versions. + "prBody": "This Pull Request updates \`package.json\` lock files to use the latest dependency versions. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -357,7 +357,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Lock file maintenance", "recreateClosed": true, "schedule": Array [ @@ -407,7 +407,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pinDigests": true, "pinVersions": null, "platform": "github", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} + "prBody": "This Pull Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} {{#if releases.length}} {{#if schedule}} @@ -457,7 +457,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prCreation": "immediate", "prNotPendingHours": 12, "prTitle": "{{#if isPin}}Pin{{else}}{{#if isRollback}}Roll back{{else}}Update{{/if}}{{/if}} dependency {{depName}} to {{#if isRange}}{{newVersion}}{{else}}{{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newVersion}}{{/if}}{{/if}}", @@ -521,7 +521,7 @@ Object { "digest": Object { "branchName": "{{branchPrefix}}docker-{{depNameSanitized}}-{{currentTag}}", "commitMessage": "Update {{depName}}:{{currentTag}} digest", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -555,12 +555,12 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Dockerfile {{depName}} image {{currentTag}} digest ({{newDigestShort}})", }, "enabled": true, "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Dockerfiles to use image digests. + "prBody": "This Pull Request updates Dockerfiles to use image digests. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -598,7 +598,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Docker {{groupName}} digests", }, "major": Object { @@ -607,7 +607,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pin": Object { "branchName": "{{branchPrefix}}docker-pin-{{depNameSanitized}}-{{currentTag}}", "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -645,11 +645,11 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Docker digests", }, "groupName": "Pin Docker Digests", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). + "prBody": "This Pull Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). This digest will then be kept updated via Pull Requests whenever the image is updated on the Docker registry. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} @@ -684,10 +684,10 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Dockerfile {{depName}}:{{currentTag}} image digest", }, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -721,7 +721,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update {{depName}} Dockerfile tag to {{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newTag}}{{/if}}", }, "enabled": true, @@ -734,7 +734,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "group": Object { "branchName": "{{branchPrefix}}{{groupSlug}}", "commitMessage": "Renovate {{groupName}} packages", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request renovates the package group \\"{{groupName}}\\". + "prBody": "This Pull Request renovates the package group \\"{{groupName}}\\". {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -793,7 +793,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Renovate {{groupName}} packages", "recreateClosed": true, }, @@ -813,7 +813,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "commitMessage": "Update lock file", "enabled": false, "groupName": null, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates \`package.json\` lock files to use the latest dependency versions. + "prBody": "This Pull Request updates \`package.json\` lock files to use the latest dependency versions. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -847,7 +847,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Lock file maintenance", "recreateClosed": true, "schedule": Array [ @@ -888,7 +888,7 @@ FROM node:8 "digest": Object { "branchName": "{{branchPrefix}}docker-{{depNameSanitized}}-{{currentTag}}", "commitMessage": "Update {{depName}}:{{currentTag}} digest", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -922,12 +922,12 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Dockerfile {{depName}} image {{currentTag}} digest ({{newDigestShort}})", }, "enabled": true, "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Dockerfiles to use image digests. + "prBody": "This Pull Request updates Dockerfiles to use image digests. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -965,7 +965,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Docker {{groupName}} digests", }, "major": Object { @@ -975,7 +975,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pin": Object { "branchName": "{{branchPrefix}}docker-pin-{{depNameSanitized}}-{{currentTag}}", "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1013,11 +1013,11 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Docker digests", }, "groupName": "Pin Docker Digests", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). + "prBody": "This Pull Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). This digest will then be kept updated via Pull Requests whenever the image is updated on the Docker registry. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} @@ -1052,10 +1052,10 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Dockerfile {{depName}}:{{currentTag}} image digest", }, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1089,7 +1089,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update {{depName}} Dockerfile tag to {{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newTag}}{{/if}}", }, ], @@ -1116,7 +1116,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pinDigests": true, "pinVersions": null, "platform": "github", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} + "prBody": "This Pull Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} {{#if releases.length}} {{#if schedule}} @@ -1166,7 +1166,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prCreation": "immediate", "prNotPendingHours": 12, "prTitle": "{{#if isPin}}Pin{{else}}{{#if isRollback}}Roll back{{else}}Update{{/if}}{{/if}} dependency {{depName}} to {{#if isRange}}{{newVersion}}{{else}}{{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newVersion}}{{/if}}{{/if}}", @@ -1225,7 +1225,7 @@ Object { "digest": Object { "branchName": "{{branchPrefix}}docker-{{depNameSanitized}}-{{currentTag}}", "commitMessage": "Update {{depName}}:{{currentTag}} digest", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1259,12 +1259,12 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Dockerfile {{depName}} image {{currentTag}} digest ({{newDigestShort}})", }, "enabled": true, "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Dockerfiles to use image digests. + "prBody": "This Pull Request updates Dockerfiles to use image digests. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1302,7 +1302,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Docker {{groupName}} digests", }, "major": Object { @@ -1311,7 +1311,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pin": Object { "branchName": "{{branchPrefix}}docker-pin-{{depNameSanitized}}-{{currentTag}}", "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1349,11 +1349,11 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Docker digests", }, "groupName": "Pin Docker Digests", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). + "prBody": "This Pull Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). This digest will then be kept updated via Pull Requests whenever the image is updated on the Docker registry. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} @@ -1388,10 +1388,10 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Dockerfile {{depName}}:{{currentTag}} image digest", }, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1425,7 +1425,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update {{depName}} Dockerfile tag to {{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newTag}}{{/if}}", }, "enabled": true, @@ -1438,7 +1438,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "group": Object { "branchName": "{{branchPrefix}}{{groupSlug}}", "commitMessage": "Renovate {{groupName}} packages", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request renovates the package group \\"{{groupName}}\\". + "prBody": "This Pull Request renovates the package group \\"{{groupName}}\\". {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1497,7 +1497,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Renovate {{groupName}} packages", "recreateClosed": true, }, @@ -1517,7 +1517,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "commitMessage": "Update lock file", "enabled": false, "groupName": null, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates \`package.json\` lock files to use the latest dependency versions. + "prBody": "This Pull Request updates \`package.json\` lock files to use the latest dependency versions. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1551,7 +1551,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Lock file maintenance", "recreateClosed": true, "schedule": Array [ @@ -1611,7 +1611,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pinDigests": true, "pinVersions": null, "platform": "github", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} + "prBody": "This Pull Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} {{#if releases.length}} {{#if schedule}} @@ -1661,7 +1661,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prCreation": "immediate", "prNotPendingHours": 12, "prTitle": "{{#if isPin}}Pin{{else}}{{#if isRollback}}Roll back{{else}}Update{{/if}}{{/if}} dependency {{depName}} to {{#if isRange}}{{newVersion}}{{else}}{{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newVersion}}{{/if}}{{/if}}", @@ -1720,7 +1720,7 @@ Object { "digest": Object { "branchName": "{{branchPrefix}}docker-{{depNameSanitized}}-{{currentTag}}", "commitMessage": "Update {{depName}}:{{currentTag}} digest", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1754,12 +1754,12 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Dockerfile {{depName}} image {{currentTag}} digest ({{newDigestShort}})", }, "enabled": true, "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Dockerfiles to use image digests. + "prBody": "This Pull Request updates Dockerfiles to use image digests. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1797,7 +1797,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Docker {{groupName}} digests", }, "major": Object { @@ -1806,7 +1806,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pin": Object { "branchName": "{{branchPrefix}}docker-pin-{{depNameSanitized}}-{{currentTag}}", "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1844,11 +1844,11 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Docker digests", }, "groupName": "Pin Docker Digests", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). + "prBody": "This Pull Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). This digest will then be kept updated via Pull Requests whenever the image is updated on the Docker registry. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} @@ -1883,10 +1883,10 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Dockerfile {{depName}}:{{currentTag}} image digest", }, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1920,7 +1920,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update {{depName}} Dockerfile tag to {{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newTag}}{{/if}}", }, "enabled": true, @@ -1933,7 +1933,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "group": Object { "branchName": "{{branchPrefix}}{{groupSlug}}", "commitMessage": "Renovate {{groupName}} packages", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request renovates the package group \\"{{groupName}}\\". + "prBody": "This Pull Request renovates the package group \\"{{groupName}}\\". {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1992,7 +1992,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Renovate {{groupName}} packages", "recreateClosed": true, }, @@ -2012,7 +2012,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "commitMessage": "Update lock file", "enabled": false, "groupName": null, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates \`package.json\` lock files to use the latest dependency versions. + "prBody": "This Pull Request updates \`package.json\` lock files to use the latest dependency versions. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -2046,7 +2046,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Lock file maintenance", "recreateClosed": true, "schedule": Array [ @@ -2107,7 +2107,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pinDigests": true, "pinVersions": null, "platform": "github", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} + "prBody": "This Pull Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} {{#if releases.length}} {{#if schedule}} @@ -2157,7 +2157,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prCreation": "immediate", "prNotPendingHours": 12, "prTitle": "{{#if isPin}}Pin{{else}}{{#if isRollback}}Roll back{{else}}Update{{/if}}{{/if}} dependency {{depName}} to {{#if isRange}}{{newVersion}}{{else}}{{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newVersion}}{{/if}}{{/if}}", @@ -2216,7 +2216,7 @@ Object { "digest": Object { "branchName": "{{branchPrefix}}docker-{{depNameSanitized}}-{{currentTag}}", "commitMessage": "Update {{depName}}:{{currentTag}} digest", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -2250,12 +2250,12 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Dockerfile {{depName}} image {{currentTag}} digest ({{newDigestShort}})", }, "enabled": true, "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Dockerfiles to use image digests. + "prBody": "This Pull Request updates Dockerfiles to use image digests. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -2293,7 +2293,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Docker {{groupName}} digests", }, "major": Object { @@ -2302,7 +2302,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pin": Object { "branchName": "{{branchPrefix}}docker-pin-{{depNameSanitized}}-{{currentTag}}", "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -2340,11 +2340,11 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Docker digests", }, "groupName": "Pin Docker Digests", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). + "prBody": "This Pull Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). This digest will then be kept updated via Pull Requests whenever the image is updated on the Docker registry. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} @@ -2379,10 +2379,10 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Dockerfile {{depName}}:{{currentTag}} image digest", }, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -2416,7 +2416,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update {{depName}} Dockerfile tag to {{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newTag}}{{/if}}", }, "enabled": true, @@ -2429,7 +2429,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "group": Object { "branchName": "{{branchPrefix}}{{groupSlug}}", "commitMessage": "Renovate {{groupName}} packages", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request renovates the package group \\"{{groupName}}\\". + "prBody": "This Pull Request renovates the package group \\"{{groupName}}\\". {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -2488,7 +2488,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Renovate {{groupName}} packages", "recreateClosed": true, }, @@ -2508,7 +2508,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "commitMessage": "Update lock file", "enabled": false, "groupName": null, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates \`package.json\` lock files to use the latest dependency versions. + "prBody": "This Pull Request updates \`package.json\` lock files to use the latest dependency versions. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -2542,7 +2542,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Lock file maintenance", "recreateClosed": true, "schedule": Array [ @@ -2592,7 +2592,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pinDigests": true, "pinVersions": null, "platform": "github", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} + "prBody": "This Pull Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} {{#if releases.length}} {{#if schedule}} @@ -2642,7 +2642,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prCreation": "immediate", "prNotPendingHours": 12, "prTitle": "{{#if isPin}}Pin{{else}}{{#if isRollback}}Roll back{{else}}Update{{/if}}{{/if}} dependency {{depName}} to {{#if isRange}}{{newVersion}}{{else}}{{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newVersion}}{{/if}}{{/if}}", @@ -2701,7 +2701,7 @@ Object { "digest": Object { "branchName": "{{branchPrefix}}docker-{{depNameSanitized}}-{{currentTag}}", "commitMessage": "Update {{depName}}:{{currentTag}} digest", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -2735,12 +2735,12 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Dockerfile {{depName}} image {{currentTag}} digest ({{newDigestShort}})", }, "enabled": true, "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Dockerfiles to use image digests. + "prBody": "This Pull Request updates Dockerfiles to use image digests. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -2778,7 +2778,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Docker {{groupName}} digests", }, "major": Object { @@ -2787,7 +2787,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pin": Object { "branchName": "{{branchPrefix}}docker-pin-{{depNameSanitized}}-{{currentTag}}", "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -2825,11 +2825,11 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Docker digests", }, "groupName": "Pin Docker Digests", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). + "prBody": "This Pull Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). This digest will then be kept updated via Pull Requests whenever the image is updated on the Docker registry. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} @@ -2864,10 +2864,10 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Dockerfile {{depName}}:{{currentTag}} image digest", }, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -2901,7 +2901,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update {{depName}} Dockerfile tag to {{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newTag}}{{/if}}", }, "enabled": true, @@ -2923,7 +2923,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "group": Object { "branchName": "{{branchPrefix}}{{groupSlug}}", "commitMessage": "Renovate {{groupName}} packages", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request renovates the package group \\"{{groupName}}\\". + "prBody": "This Pull Request renovates the package group \\"{{groupName}}\\". {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -2982,7 +2982,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Renovate {{groupName}} packages", "recreateClosed": true, }, @@ -3002,7 +3002,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "commitMessage": "Update lock file", "enabled": false, "groupName": null, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates \`package.json\` lock files to use the latest dependency versions. + "prBody": "This Pull Request updates \`package.json\` lock files to use the latest dependency versions. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -3036,7 +3036,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Lock file maintenance", "recreateClosed": true, "schedule": Array [ @@ -3086,7 +3086,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pinDigests": true, "pinVersions": null, "platform": "github", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} + "prBody": "This Pull Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} {{#if releases.length}} {{#if schedule}} @@ -3136,7 +3136,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prCreation": "immediate", "prNotPendingHours": 12, "prTitle": "{{#if isPin}}Pin{{else}}{{#if isRollback}}Roll back{{else}}Update{{/if}}{{/if}} dependency {{depName}} to {{#if isRange}}{{newVersion}}{{else}}{{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newVersion}}{{/if}}{{/if}}", diff --git a/test/workers/package/__snapshots__/index.spec.js.snap b/test/workers/package/__snapshots__/index.spec.js.snap index c3e97373fd217ec2af6f6e5628f935fe97264a57..28ff9e04f0c1f0d903c5a33711640fd15b7d040a 100644 --- a/test/workers/package/__snapshots__/index.spec.js.snap +++ b/test/workers/package/__snapshots__/index.spec.js.snap @@ -14,7 +14,7 @@ Object { "group": Object { "branchName": "{{branchPrefix}}{{groupSlug}}", "commitMessage": "Pin Dependencies", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request renovates the package group \\"{{groupName}}\\". + "prBody": "This Pull Request renovates the package group \\"{{groupName}}\\". {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -73,7 +73,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "{{groupName}}", "recreateClosed": true, "semanticPrefix": "refactor(deps):", @@ -85,7 +85,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "npmrc": null, "packageFile": "package.json", "packageFiles": Array [], - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} + "prBody": "This Pull Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} {{#if releases.length}} {{#if schedule}} @@ -135,7 +135,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prCreation": "immediate", "prNotPendingHours": 12, "prTitle": "{{#if isPin}}Pin{{else}}{{#if isRollback}}Roll back{{else}}Update{{/if}}{{/if}} dependency {{depName}} to {{#if isRange}}{{newVersion}}{{else}}{{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newVersion}}{{/if}}{{/if}}", diff --git a/test/workers/repository/updates/__snapshots__/branchify.spec.js.snap b/test/workers/repository/updates/__snapshots__/branchify.spec.js.snap index 36811d8a812805a282a2c98debab52fe33c1f0ed..e78abb358873a190e0f09259484244e5943d9ba5 100644 --- a/test/workers/repository/updates/__snapshots__/branchify.spec.js.snap +++ b/test/workers/repository/updates/__snapshots__/branchify.spec.js.snap @@ -76,7 +76,7 @@ Object { "digest": Object { "branchName": "{{branchPrefix}}docker-{{depNameSanitized}}-{{currentTag}}", "commitMessage": "Update {{depName}}:{{currentTag}} digest", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -110,12 +110,12 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Dockerfile {{depName}} image {{currentTag}} digest ({{newDigestShort}})", }, "enabled": true, "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Dockerfiles to use image digests. + "prBody": "This Pull Request updates Dockerfiles to use image digests. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -153,7 +153,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Docker {{groupName}} digests", }, "major": Object { @@ -162,7 +162,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pin": Object { "branchName": "{{branchPrefix}}docker-pin-{{depNameSanitized}}-{{currentTag}}", "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -200,11 +200,11 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Docker digests", }, "groupName": "Pin Docker Digests", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). + "prBody": "This Pull Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). This digest will then be kept updated via Pull Requests whenever the image is updated on the Docker registry. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} @@ -239,10 +239,10 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Dockerfile {{depName}}:{{currentTag}} image digest", }, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -276,7 +276,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update {{depName}} Dockerfile tag to {{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newTag}}{{/if}}", }, "enabled": true, @@ -289,7 +289,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "group": Object { "branchName": "{{branchPrefix}}{{groupSlug}}", "commitMessage": "Renovate {{groupName}} packages", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request renovates the package group \\"{{groupName}}\\". + "prBody": "This Pull Request renovates the package group \\"{{groupName}}\\". {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -348,7 +348,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Renovate {{groupName}} packages", "recreateClosed": true, }, @@ -368,7 +368,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "commitMessage": "Update lock file", "enabled": false, "groupName": null, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates \`package.json\` lock files to use the latest dependency versions. + "prBody": "This Pull Request updates \`package.json\` lock files to use the latest dependency versions. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -402,7 +402,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Lock file maintenance", "recreateClosed": true, "schedule": Array [ @@ -451,7 +451,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pinDigests": true, "pinVersions": null, "platform": "github", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} + "prBody": "This Pull Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} {{#if releases.length}} {{#if schedule}} @@ -501,7 +501,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prCreation": "immediate", "prNotPendingHours": 12, "prTitle": "{{#if isPin}}Pin{{else}}{{#if isRollback}}Roll back{{else}}Update{{/if}}{{/if}} dependency {{depName}} to {{#if isRange}}{{newVersion}}{{else}}{{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newVersion}}{{/if}}{{/if}}", @@ -597,7 +597,7 @@ Object { "digest": Object { "branchName": "{{branchPrefix}}docker-{{depNameSanitized}}-{{currentTag}}", "commitMessage": "Update {{depName}}:{{currentTag}} digest", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -631,12 +631,12 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Dockerfile {{depName}} image {{currentTag}} digest ({{newDigestShort}})", }, "enabled": true, "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Dockerfiles to use image digests. + "prBody": "This Pull Request updates Dockerfiles to use image digests. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -674,7 +674,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Docker {{groupName}} digests", }, "major": Object { @@ -683,7 +683,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pin": Object { "branchName": "{{branchPrefix}}docker-pin-{{depNameSanitized}}-{{currentTag}}", "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -721,11 +721,11 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Docker digests", }, "groupName": "Pin Docker Digests", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). + "prBody": "This Pull Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). This digest will then be kept updated via Pull Requests whenever the image is updated on the Docker registry. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} @@ -760,10 +760,10 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Dockerfile {{depName}}:{{currentTag}} image digest", }, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -797,7 +797,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update {{depName}} Dockerfile tag to {{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newTag}}{{/if}}", }, "enabled": true, @@ -810,7 +810,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "group": Object { "branchName": "{{branchPrefix}}{{groupSlug}}", "commitMessage": "Renovate {{groupName}} packages", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request renovates the package group \\"{{groupName}}\\". + "prBody": "This Pull Request renovates the package group \\"{{groupName}}\\". {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -869,7 +869,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Renovate {{groupName}} packages", "recreateClosed": true, }, @@ -889,7 +889,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "commitMessage": "Update lock file", "enabled": false, "groupName": null, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates \`package.json\` lock files to use the latest dependency versions. + "prBody": "This Pull Request updates \`package.json\` lock files to use the latest dependency versions. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -923,7 +923,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Lock file maintenance", "recreateClosed": true, "schedule": Array [ @@ -972,7 +972,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pinDigests": true, "pinVersions": null, "platform": "github", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} + "prBody": "This Pull Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} {{#if releases.length}} {{#if schedule}} @@ -1022,7 +1022,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prCreation": "immediate", "prNotPendingHours": 12, "prTitle": "{{#if isPin}}Pin{{else}}{{#if isRollback}}Roll back{{else}}Update{{/if}}{{/if}} dependency {{depName}} to {{#if isRange}}{{newVersion}}{{else}}{{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newVersion}}{{/if}}{{/if}}", @@ -1124,7 +1124,7 @@ Object { "digest": Object { "branchName": "{{branchPrefix}}docker-{{depNameSanitized}}-{{currentTag}}", "commitMessage": "Update {{depName}}:{{currentTag}} digest", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1158,12 +1158,12 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Dockerfile {{depName}} image {{currentTag}} digest ({{newDigestShort}})", }, "enabled": true, "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Dockerfiles to use image digests. + "prBody": "This Pull Request updates Dockerfiles to use image digests. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1201,7 +1201,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Docker {{groupName}} digests", }, "major": Object { @@ -1210,7 +1210,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pin": Object { "branchName": "{{branchPrefix}}docker-pin-{{depNameSanitized}}-{{currentTag}}", "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1248,11 +1248,11 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Docker digests", }, "groupName": "Pin Docker Digests", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). + "prBody": "This Pull Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). This digest will then be kept updated via Pull Requests whenever the image is updated on the Docker registry. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} @@ -1287,10 +1287,10 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Dockerfile {{depName}}:{{currentTag}} image digest", }, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1324,7 +1324,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update {{depName}} Dockerfile tag to {{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newTag}}{{/if}}", }, "enabled": true, @@ -1337,7 +1337,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "group": Object { "branchName": "{{branchPrefix}}{{groupSlug}}", "commitMessage": "Renovate {{groupName}} packages", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request renovates the package group \\"{{groupName}}\\". + "prBody": "This Pull Request renovates the package group \\"{{groupName}}\\". {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1396,7 +1396,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Renovate {{groupName}} packages", "recreateClosed": true, }, @@ -1416,7 +1416,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "commitMessage": "Update lock file", "enabled": false, "groupName": null, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates \`package.json\` lock files to use the latest dependency versions. + "prBody": "This Pull Request updates \`package.json\` lock files to use the latest dependency versions. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1450,7 +1450,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Lock file maintenance", "recreateClosed": true, "schedule": Array [ @@ -1499,7 +1499,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pinDigests": true, "pinVersions": null, "platform": "github", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} + "prBody": "This Pull Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} {{#if releases.length}} {{#if schedule}} @@ -1549,7 +1549,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prCreation": "immediate", "prNotPendingHours": 12, "prTitle": "{{#if isPin}}Pin{{else}}{{#if isRollback}}Roll back{{else}}Update{{/if}}{{/if}} dependency {{depName}} to {{#if isRange}}{{newVersion}}{{else}}{{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newVersion}}{{/if}}{{/if}}", @@ -1635,7 +1635,7 @@ Object { "digest": Object { "branchName": "{{branchPrefix}}docker-{{depNameSanitized}}-{{currentTag}}", "commitMessage": "Update {{depName}}:{{currentTag}} digest", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1669,12 +1669,12 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Dockerfile {{depName}} image {{currentTag}} digest ({{newDigestShort}})", }, "enabled": true, "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Dockerfiles to use image digests. + "prBody": "This Pull Request updates Dockerfiles to use image digests. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1712,7 +1712,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Docker {{groupName}} digests", }, "major": Object { @@ -1721,7 +1721,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pin": Object { "branchName": "{{branchPrefix}}docker-pin-{{depNameSanitized}}-{{currentTag}}", "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1759,11 +1759,11 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Docker digests", }, "groupName": "Pin Docker Digests", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). + "prBody": "This Pull Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). This digest will then be kept updated via Pull Requests whenever the image is updated on the Docker registry. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} @@ -1798,10 +1798,10 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Dockerfile {{depName}}:{{currentTag}} image digest", }, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1835,7 +1835,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update {{depName}} Dockerfile tag to {{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newTag}}{{/if}}", }, "enabled": true, @@ -1852,7 +1852,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "group": Object { "branchName": "{{branchPrefix}}{{groupSlug}}", "commitMessage": "Renovate {{groupName}} packages", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request renovates the package group \\"{{groupName}}\\". + "prBody": "This Pull Request renovates the package group \\"{{groupName}}\\". {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1911,7 +1911,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Renovate {{groupName}} packages", "recreateClosed": true, }, @@ -1931,7 +1931,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "commitMessage": "Update lock file", "enabled": false, "groupName": null, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates \`package.json\` lock files to use the latest dependency versions. + "prBody": "This Pull Request updates \`package.json\` lock files to use the latest dependency versions. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -1965,7 +1965,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Lock file maintenance", "recreateClosed": true, "schedule": Array [ @@ -2014,7 +2014,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pinDigests": true, "pinVersions": null, "platform": "github", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} + "prBody": "This Pull Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} {{#if releases.length}} {{#if schedule}} @@ -2064,7 +2064,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prCreation": "immediate", "prNotPendingHours": 12, "prTitle": "{{#if isPin}}Pin{{else}}{{#if isRollback}}Roll back{{else}}Update{{/if}}{{/if}} dependency {{depName}} to {{#if isRange}}{{newVersion}}{{else}}{{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newVersion}}{{/if}}{{/if}}", @@ -2149,7 +2149,7 @@ Object { "digest": Object { "branchName": "{{branchPrefix}}docker-{{depNameSanitized}}-{{currentTag}}", "commitMessage": "Update {{depName}}:{{currentTag}} digest", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}:{{currentTag}}\` to the latest digest (\`{{newDigest}}\`). For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -2183,12 +2183,12 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Dockerfile {{depName}} image {{currentTag}} digest ({{newDigestShort}})", }, "enabled": true, "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Dockerfiles to use image digests. + "prBody": "This Pull Request updates Dockerfiles to use image digests. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -2226,7 +2226,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update Docker {{groupName}} digests", }, "major": Object { @@ -2235,7 +2235,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pin": Object { "branchName": "{{branchPrefix}}docker-pin-{{depNameSanitized}}-{{currentTag}}", "group": Object { - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request pins Dockerfiles to use image digests. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -2273,11 +2273,11 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Docker digests", }, "groupName": "Pin Docker Digests", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). + "prBody": "This Pull Request pins Docker base image \`{{depName}}:{{currentTag}}\` to use a digest (\`{{newDigest}}\`). This digest will then be kept updated via Pull Requests whenever the image is updated on the Docker registry. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} @@ -2312,10 +2312,10 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Pin Dockerfile {{depName}}:{{currentTag}} image digest", }, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker + "prBody": "This Pull Request updates Docker base image \`{{depName}}\` from tag \`{{currentTag}}\` to new tag \`{{newTag}}\`. For details on Renovate's Docker support, please visit https://renovateapp.com/docs/language-support/docker {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -2349,7 +2349,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Update {{depName}} Dockerfile tag to {{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newTag}}{{/if}}", }, "enabled": true, @@ -2362,7 +2362,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "group": Object { "branchName": "{{branchPrefix}}{{groupSlug}}", "commitMessage": "Renovate {{groupName}} packages", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request renovates the package group \\"{{groupName}}\\". + "prBody": "This Pull Request renovates the package group \\"{{groupName}}\\". {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -2421,7 +2421,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Renovate {{groupName}} packages", "recreateClosed": true, }, @@ -2441,7 +2441,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "commitMessage": "Update lock file", "enabled": false, "groupName": null, - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates \`package.json\` lock files to use the latest dependency versions. + "prBody": "This Pull Request updates \`package.json\` lock files to use the latest dependency versions. {{#if schedule}} **Note**: This PR was created on a configured schedule (\\"{{schedule}}\\"{{#if timezone}} in timezone \`{{timezone}}\`{{/if}}) and will not receive updates outside those times. @@ -2475,7 +2475,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prTitle": "Lock file maintenance", "recreateClosed": true, "schedule": Array [ @@ -2524,7 +2524,7 @@ This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](ht "pinDigests": true, "pinVersions": null, "platform": "github", - "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} + "prBody": "This Pull Request {{#if isRollback}}rolls back{{else}}updates{{/if}} dependency {{#if repositoryUrl}}[{{depName}}]({{repositoryUrl}}){{else}}\`{{depName}}\`{{/if}} from \`{{#unless isRange}}{{#unless isPin}}v{{/unless}}{{/unless}}{{currentVersion}}\` to \`{{#unless isRange}}v{{/unless}}{{newVersion}}\`{{#if isRollback}}. This is necessary and important because \`v{{currentVersion}}\` cannot be found in the npm registry - probably because of it being unpublished.{{/if}} {{#if releases.length}} {{#if schedule}} @@ -2574,7 +2574,7 @@ Please make sure the following warnings are safe to ignore: --- -This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).", +This PR has been generated by [Renovate Bot](https://renovateapp.com).", "prCreation": "immediate", "prNotPendingHours": 12, "prTitle": "{{#if isPin}}Pin{{else}}{{#if isRollback}}Roll back{{else}}Update{{/if}}{{/if}} dependency {{depName}} to {{#if isRange}}{{newVersion}}{{else}}{{#if isMajor}}v{{newVersionMajor}}{{else}}v{{newVersion}}{{/if}}{{/if}}",