From 6b147c32cab1d72caa49ab128187b41bcf25c3d8 Mon Sep 17 00:00:00 2001 From: Christopher Virtucio Date: Tue, 28 Mar 2023 14:30:59 -0400 Subject: [PATCH 1/2] added mention of docker image tags --- .../configuration-options-for-the-dependabot.yml-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 92f6a1c53625..07e3cccd5192 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 @@ -175,7 +175,7 @@ updates: Use the `allow` option to customize which dependencies are updated. This applies to both version and security updates. You can use the following options: -- `dependency-name`—use to allow updates for dependencies with matching names, optionally using `*` to match zero or more characters. For Java dependencies, the format of the `dependency-name` attribute is: `groupId:artifactId`, for example: `org.kohsuke:github-api`. +- `dependency-name`—use to allow updates for dependencies with matching names, optionally using `*` to match zero or more characters. For Java dependencies, the format of the `dependency-name` attribute is: `groupId:artifactId`, for example: `org.kohsuke:github-api`. For docker image tags, the format is the full name of the repository; for example, given an image tag of `.dkr.ecr.us-west-2.amazonaws.com/base/foo/bar/ruby:3.1.0-focal-jemalloc`, enter `base/foo/bar/ruby`. - `dependency-type`—use to allow updates for dependencies of specific types. | Dependency types | Supported by package managers | Allow updates | From e00af5e76df06950e2cfb5bd5d6d154d8b2af3c6 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Tue, 4 Apr 2023 15:03:50 +0200 Subject: [PATCH 2/2] Update content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md --- .../configuration-options-for-the-dependabot.yml-file.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 188c9aebb600..cc0b8ef6d0f2 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 @@ -175,7 +175,9 @@ updates: Use the `allow` option to customize which dependencies are updated. This applies to both version and security updates. You can use the following options: -- `dependency-name`—use to allow updates for dependencies with matching names, optionally using `*` to match zero or more characters. For Java dependencies, the format of the `dependency-name` attribute is: `groupId:artifactId`, for example: `org.kohsuke:github-api`. For docker image tags, the format is the full name of the repository; for example, given an image tag of `.dkr.ecr.us-west-2.amazonaws.com/base/foo/bar/ruby:3.1.0-focal-jemalloc`, enter `base/foo/bar/ruby`. +- `dependency-name`—use to allow updates for dependencies with matching names, optionally using `*` to match zero or more characters. + - For Java dependencies, the format of the `dependency-name` attribute is: `groupId:artifactId`; for example: `org.kohsuke:github-api`. + - For Docker image tags, the format is the full name of the repository; for example, for an image tag of `.dkr.ecr.us-west-2.amazonaws.com/base/foo/bar/ruby:3.1.0-focal-jemalloc`, use `base/foo/bar/ruby`. - `dependency-type`—use to allow updates for dependencies of specific types. | Dependency types | Supported by package managers | Allow updates |