From a4a66bb28526fd72c79a4470ceca7101de8d005d Mon Sep 17 00:00:00 2001 From: Tom Christensen Date: Fri, 16 Sep 2022 09:07:42 +0000 Subject: [PATCH] Adding GCR --- .../configuration-options-for-the-dependabot.yml-file.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md b/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md index c9d58ccf2a..ca4d86a25a 100644 --- a/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md +++ b/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md @@ -283,7 +283,7 @@ updates: If you use the same configuration as in the example above, bumping the `requests` library in the `pip` development dependency group will generate a commit message of: `pip dev: bump requests from 1.0.0 to 1.0.1` - + ### `ignore` {% data reusables.dependabot.default-dependencies-allow-ignore %} @@ -781,7 +781,8 @@ registries: **Note:** Currently we support the following container registries: * Docker Hub * GitHub Container Registry -* Private ECR +* GCR (Google Cloud) +* Private ECR (AWS) {% endnote %} @@ -973,7 +974,7 @@ registries: ``` {% endraw %} -{% ifversion fpt or ghec or ghes > 3.4 %} +{% ifversion fpt or ghec or ghes > 3.4 %} ## Enabling support for beta-level ecosystems ### `enable-beta-ecosystems`