@@ -169,9 +169,6 @@ Supported by: `bundler`, `composer`, `mix`, `maven`, `npm`, and `pip`.
169
169
170
170
# # `cooldown` {% octicon "versions" aria-label="Version updates" height="24" %}
171
171
172
- > [!NOTE]
173
- > `cooldown` is not available for the NuGet ecosystem.
174
-
175
172
Defines a **cooldown period** for dependency updates, allowing updates to be delayed for a configurable number of days.
176
173
177
174
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.
208
205
209
206
| Package manager | SemVer supported |
210
207
|-----------------------|------------------|
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" %} |
233
231
234
232
> [!NOTE]
235
233
>
0 commit comments