From bb1db08fe39e4794d9d5ca1fe108e7d89809eaed Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Fri, 14 Dec 2018 12:37:32 +0100
Subject: [PATCH] tests: fix snapshot

---
 .../repository/process/__snapshots__/deprecated.spec.js.snap  | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/test/workers/repository/process/__snapshots__/deprecated.spec.js.snap b/test/workers/repository/process/__snapshots__/deprecated.spec.js.snap
index 6351b4b8ca..9c947fce9b 100644
--- a/test/workers/repository/process/__snapshots__/deprecated.spec.js.snap
+++ b/test/workers/repository/process/__snapshots__/deprecated.spec.js.snap
@@ -6,11 +6,9 @@ Array [
     "Dependency deprecation warning: foo (npm)",
     "foo is deprecated
 
-Please take the actions necessary to rename or substitute this deprecated package and commit to your base branch. If you wish to ignore this deprecation warning and continue using \`foo\` as-is, please add it to your [ignoreDeps](https://renovatebot.com/docs/configuration-options/#ignoredeps) array in Renovate config before closing this issue, otherwise another issue will be recreated the next time Renovate runs.
-
 Affected package file(s): \`package.json\`, \`frontend/package.json\`
 
- Would you like to disable Renovate's deprecation warning issues? Add the following to your config:
+If you don't care about this, you can close this issue and not be warned about \`foo\`'s deprecation again. If you would like to completely disable all future deprecation warnings then add the following to your config:
 
 \`\`\`
 \\"suppressNotifications\\": [\\"deprecationWarningIssues\\"]
-- 
GitLab