From a7083c5688e1f0da883c4d5a98a68e1c96fafdef Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Tue, 23 Jan 2018 10:50:05 +0100
Subject: [PATCH] refactor: Recommend blocking PRs be renamed and not reopened

---
 lib/workers/branch/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/workers/branch/index.js b/lib/workers/branch/index.js
index a491e66098..55f1157970 100644
--- a/lib/workers/branch/index.js
+++ b/lib/workers/branch/index.js
@@ -61,7 +61,7 @@ async function processBranch(branchConfig) {
           }). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the \`ignoreDeps\` array of your renovate config.`;
         }
         content +=
-          '\n\nIf this PR was closed by mistake or you changed your mind, you can simply reopen or rename it to reactivate Renovate for this dependency version.';
+          '\n\nIf this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.';
         await platform.ensureComment(pr.number, subject, content);
         if (branchExists) {
           await platform.deleteBranch(config.branchName);
-- 
GitLab