Skip to content

Commit e120060

Browse files
sachin-sandhuCopilotmchammer01
authored
Adds nuget to cooldown supported package managers list (#56879)
Co-authored-by: Copilot <[email protected]> Co-authored-by: mc <[email protected]>
1 parent 96edc65 commit e120060

File tree

1 file changed

+23
-25
lines changed

1 file changed

+23
-25
lines changed

content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,6 @@ Supported by: `bundler`, `composer`, `mix`, `maven`, `npm`, and `pip`.
169169

170170
## `cooldown` {% octicon "versions" aria-label="Version updates" height="24" %}
171171

172-
> [!NOTE]
173-
> `cooldown` is not available for the NuGet ecosystem.
174-
175172
Defines a **cooldown period** for dependency updates, allowing updates to be delayed for a configurable number of days.
176173

177174
This feature enables users to customize how often {% data variables.product.prodname_dependabot %} generates new version updates, offering greater control over update frequency. For examples, see [AUTOTITLE](/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates#setting-up-a-cooldown-period-for-dependency-updates).
@@ -208,28 +205,29 @@ The table below shows the package managers for which SemVer is supported.
208205

209206
| Package manager | SemVer supported |
210207
|-----------------------|------------------|
211-
| Bundler | {% octicon "check" aria-label="Supported" %} |
212-
| Bun | {% octicon "check" aria-label="Supported" %} |
213-
| Cargo | {% octicon "check" aria-label="Supported" %} |
214-
| Composer | {% octicon "check" aria-label="Supported" %} |
215-
| Devcontainers | {% octicon "x" aria-label="Not supported" %} |
216-
| Docker | {% octicon "x" aria-label="Not supported" %} |
217-
| Docker Compose | {% octicon "x" aria-label="Not supported" %} |
218-
| Dotnet SDK | {% octicon "check" aria-label="Supported" %} |
219-
| Elm | {% octicon "check" aria-label="Supported" %} |
220-
| {% data variables.product.prodname_actions %} | {% octicon "x" aria-label="Not supported" %} |
221-
| Gitsubmodule | {% octicon "x" aria-label="Not supported" %} |
222-
| Gomod (Go Modules)| {% octicon "check" aria-label="Supported" %} |
223-
| Gradle | {% octicon "check" aria-label="Supported" %} |
224-
| Helm | {% octicon "x" aria-label="Not supported" %} |
225-
| Hex (Hex) | {% octicon "check" aria-label="Supported" %} |
226-
| Maven | {% octicon "check" aria-label="Supported" %} |
227-
| NPM and Yarn | {% octicon "check" aria-label="Supported" %} |
228-
| Pip | {% octicon "check" aria-label="Supported" %} |
229-
| Pub | {% octicon "check" aria-label="Supported" %} |
230-
| Swift | {% octicon "check" aria-label="Supported" %} |
231-
| Terraform | {% octicon "x" aria-label="Not supported" %} |
232-
| UV | {% octicon "check" aria-label="Supported" %} |
208+
| Bundler | {% octicon "check" aria-label="Supported" %} |
209+
| Bun | {% octicon "check" aria-label="Supported" %} |
210+
| Cargo | {% octicon "check" aria-label="Supported" %} |
211+
| Composer | {% octicon "check" aria-label="Supported" %} |
212+
| Devcontainers | {% octicon "x" aria-label="Not supported" %} |
213+
| Docker | {% octicon "x" aria-label="Not supported" %} |
214+
| Docker Compose | {% octicon "x" aria-label="Not supported" %} |
215+
| Dotnet SDK | {% octicon "check" aria-label="Supported" %} |
216+
| Elm | {% octicon "check" aria-label="Supported" %} |
217+
| {% data variables.product.prodname_actions %} | {% octicon "x" aria-label="Not supported" %} |
218+
| Gitsubmodule | {% octicon "x" aria-label="Not supported" %} |
219+
| Gomod (Go Modules) | {% octicon "check" aria-label="Supported" %} |
220+
| Gradle | {% octicon "check" aria-label="Supported" %} |
221+
| Helm | {% octicon "x" aria-label="Not supported" %} |
222+
| Hex (Hex) | {% octicon "check" aria-label="Supported" %} |
223+
| Maven | {% octicon "check" aria-label="Supported" %} |
224+
| NPM and Yarn | {% octicon "check" aria-label="Supported" %} |
225+
| NuGet | {% octicon "check" aria-label="Supported" %} |
226+
| Pip | {% octicon "check" aria-label="Supported" %} |
227+
| Pub | {% octicon "check" aria-label="Supported" %} |
228+
| Swift | {% octicon "check" aria-label="Supported" %} |
229+
| Terraform | {% octicon "x" aria-label="Not supported" %} |
230+
| UV | {% octicon "check" aria-label="Supported" %} |
233231

234232
> [!NOTE]
235233
>

0 commit comments

Comments
 (0)