From e70fe59810fae9f63d1fcea1c1d2fb9397ef0b35 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Mon, 17 Sep 2018 12:08:32 +0200 Subject: [PATCH] fix: typo in digest pr body --- lib/config/templates/digest/pr-body.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/templates/digest/pr-body.hbs b/lib/config/templates/digest/pr-body.hbs index 7c1e6ab51b..ad4c852b7d 100644 --- a/lib/config/templates/digest/pr-body.hbs +++ b/lib/config/templates/digest/pr-body.hbs @@ -1,6 +1,6 @@ This Pull Request updates dependency `{{{depName}}}` to the latest sha (`{{{newDigest}}}`). -If you wish to disable digest updates, add `":disableDigestUpdates" to the `extends` array in your config. +If you wish to disable digest updates, add `":disableDigestUpdates"` to the `extends` array in your config. {{#if schedule}} **Note**: This PR was created on a configured schedule ("{{{schedule}}}"{{#if timezone}} in timezone `{{{timezone}}}`{{/if}}) and will not receive updates outside those times. -- GitLab