Skip to content
Snippets Groups Projects
Commit 83ecc085 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

fix: add commitMessage for pin groups (#910)

Fixes #895
parent e03ad98b
No related branches found
No related tags found
No related merge requests found
...@@ -532,7 +532,11 @@ Obviously, you can't set repository or package file location with this method. ...@@ -532,7 +532,11 @@ Obviously, you can't set repository or package file location with this method.
"automerge": true, "automerge": true,
"unpublishSafe": false, "unpublishSafe": false,
"groupName": "Pin Dependencies", "groupName": "Pin Dependencies",
"group": {"prTitle": "{{groupName}}", "semanticPrefix": "refactor(deps):"} "group": {
"commitMessage": "Pin Dependencies",
"prTitle": "{{groupName}}",
"semanticPrefix": "refactor(deps):"
}
}</pre></td> }</pre></td>
<td>`RENOVATE_PIN`</td> <td>`RENOVATE_PIN`</td>
<td><td> <td><td>
......
...@@ -389,6 +389,7 @@ const options = [ ...@@ -389,6 +389,7 @@ const options = [
unpublishSafe: false, unpublishSafe: false,
groupName: 'Pin Dependencies', groupName: 'Pin Dependencies',
group: { group: {
commitMessage: 'Pin Dependencies',
prTitle: '{{groupName}}', prTitle: '{{groupName}}',
semanticPrefix: 'refactor(deps):', semanticPrefix: 'refactor(deps):',
}, },
......
...@@ -14,7 +14,7 @@ Object { ...@@ -14,7 +14,7 @@ Object {
"description": Array [], "description": Array [],
"group": Object { "group": Object {
"branchName": "{{branchPrefix}}{{groupSlug}}", "branchName": "{{branchPrefix}}{{groupSlug}}",
"commitMessage": "Renovate {{groupName}} packages", "commitMessage": "Pin Dependencies",
"prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request renovates the package group \\"{{groupName}}\\". "prBody": "This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request renovates the package group \\"{{groupName}}\\".
{{#if schedule}} {{#if schedule}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment