From 75bec0469cbe265daa71fc37dabedbb75cb65579 Mon Sep 17 00:00:00 2001 From: Sergei Zharinov <zharinov@users.noreply.github.com> Date: Fri, 23 Dec 2022 23:10:07 +0300 Subject: [PATCH] fix(docs): Wrap Docker fenced code block (#19558) --- docs/usage/docker.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/usage/docker.md b/docs/usage/docker.md index 298e5c388b..c54ff0c7f4 100644 --- a/docs/usage/docker.md +++ b/docs/usage/docker.md @@ -251,7 +251,8 @@ module.exports = { Renovate can authenticate with AWS ECR using AWS access key id & secret as the username & password, for example: ```json -"hostRules": [ +{ + "hostRules": [ { "hostType": "docker", "matchHost": "12345612312.dkr.ecr.us-east-1.amazonaws.com", @@ -261,6 +262,7 @@ Renovate can authenticate with AWS ECR using AWS access key id & secret as the u } } ] +} ``` #### Google Container Registry / Google Artifact Registry -- GitLab