diff --git a/docs/configuration.md b/docs/configuration.md
index 344ff6c7f364a0165511f014a1d18148e7f82a24..50799574ce27847fd48f8cbb6c404bcfbad1f893 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -221,14 +221,6 @@ location with this method.
   <td>`RENOVATE_UPDATE_NOT_SCHEDULED`</td>
   <td>`--update-not-scheduled`<td>
 </tr>
-<tr>
-  <td>`onboarding`</td>
-  <td>Require a Configuration PR first</td>
-  <td>boolean</td>
-  <td><pre>true</pre></td>
-  <td>`RENOVATE_ONBOARDING`</td>
-  <td>`--onboarding`<td>
-</tr>
 <tr>
   <td>`platform`</td>
   <td>Platform type of repository</td>
@@ -717,8 +709,8 @@ location with this method.
   <td><pre>{
   "recreateClosed": true,
   "branchName": "{{branchPrefix}}{{groupSlug}}",
-  "commitMessage": "Renovate {{groupName}} packages",
   "prTitle": "Renovate {{groupName}} packages",
+  "commitMessage": "Update {{groupName}} packages",
   "prBody": "This Pull Request renovates the package group \"{{groupName}}\".\n\n{{#if schedule}}\n**Note**: This PR was created on a configured schedule (\"{{schedule}}\"{{#if timezone}} in timezone `{{timezone}}`{{/if}}) and will not receive updates outside those times.\n{{/if}}\n\n{{#each upgrades as |upgrade|}}\n-   {{#if repositoryUrl}}[{{upgrade.depName}}]({{upgrade.repositoryUrl}}){{else}}{{depName}}{{/if}}: from `{{upgrade.currentVersion}}` to `{{upgrade.newVersion}}`\n{{/each}}\n\n{{#unless isPin}}\n### Commits\n\n{{#each upgrades as |upgrade|}}\n{{#if upgrade.releases.length}}\n<details>\n<summary>{{upgrade.githubName}}</summary>\n{{#each upgrade.releases as |release|}}\n\n#### {{release.version}}\n{{#each release.commits as |commit|}}\n-   [`{{commit.shortSha}}`]({{commit.url}}){{commit.message}}\n{{/each}}\n{{/each}}\n\n</details>\n{{/if}}\n{{/each}}\n{{/unless}}\n<br />\n\n{{#if hasErrors}}\n\n---\n\n### Errors\n\nRenovate encountered some errors when processing your repository, so you are being notified here even if they do not directly apply to this PR.\n\n{{#each errors as |error|}}\n-   `{{error.depName}}`: {{error.message}}\n{{/each}}\n{{/if}}\n\n{{#if hasWarnings}}\n\n---\n\n### Warnings\n\nPlease make sure the following warnings are safe to ignore:\n\n{{#each warnings as |warning|}}\n-   `{{warning.depName}}`: {{warning.message}}\n{{/each}}\n{{/if}}\n\n---\n\nThis PR has been generated by [Renovate Bot](https://renovateapp.com)."
 }</pre></td>
   <td></td>