From 2484766e872e013d2676188e89e6c600da6fa347 Mon Sep 17 00:00:00 2001 From: Jan Sauer <jan@jansauer.de> Date: Fri, 11 Jan 2019 05:57:14 +0100 Subject: [PATCH] docs: Fix pinDigests documentation to match option default (#3056) Default was changed to false but text was not adjusted. * https://renovatebot.com/docs/configuration-options/#pindigests * https://github.com/renovatebot/renovate/blame/master/lib/config/definitions.js#L542 --- website/docs/configuration-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration-options.md b/website/docs/configuration-options.md index 1c1ec1ebd7..beab2f9ad5 100644 --- a/website/docs/configuration-options.md +++ b/website/docs/configuration-options.md @@ -625,7 +625,7 @@ Add to this object if you wish to define rules that apply only to PRs that pin d ## pinDigests -By default, Renovate will add sha256 digests to Docker source images so that they are then "immutable". Set this to false to continue using only tags to identify source images. +If enabled Renovate will pin docker images by means of their sha256 digest and not only by tag so that they are immutable. ## pip_requirements -- GitLab