diff --git a/lib/workers/repository/onboarding/pr/index.js b/lib/workers/repository/onboarding/pr/index.js
index 045e598e932fcee9034e161765c3800a8a1888a6..da27fa87250fa4d5fd648b5c559604fa5a7c7fdc 100644
--- a/lib/workers/repository/onboarding/pr/index.js
+++ b/lib/workers/repository/onboarding/pr/index.js
@@ -29,7 +29,7 @@ async function ensureOnboardingPr(config, packageFiles, branches) {
 {{PRLIST}}
 
 :question: If you have any questions, try reading the [Docs](https://renovatebot.com/docs), particularly the Getting Started section.
-You can post questions in [Renovate's Config Help repository](https://github.com/renovatebot/config-help/issues) or @ the app author @rarkins in this PR and he'll hopefully see it.
+Also, you can post questions about your config in [Renovate's Config Help repository](https://github.com/renovatebot/config-help/issues).
 `;
   let prBody = prTemplate;
   if (packageFiles && Object.entries(packageFiles).length) {