1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fix typo: reference to cooldown in Dependabot options reference docs (#41269)

Co-authored-by: Sharra-writes <sharra-writes@github.com>
This commit is contained in:
Luke Symes
2025-11-17 19:58:37 +00:00
committed by GitHub
parent 4f49e3bc00
commit b2561a14a1

View File

@@ -171,7 +171,7 @@ Supported by: `bundler`, `composer`, `mix`, `maven`, `npm`, and `pip`.
## `cooldown` {% octicon "versions" aria-label="Version updates" height="24" %}
Defines a **cooldown period** for dependency updates, allowing updates to be delayed for a configurable number of days. The `coooldown` option is only available for _version_ updates, not _security_ updates.
Defines a **cooldown period** for dependency updates, allowing updates to be delayed for a configurable number of days. The `cooldown` option is only available for _version_ updates, not _security_ updates.
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).