Skip to content

Commit e4013d8

Browse files
authored
Merge pull request #41253 from github/repo-sync
Repo sync
2 parents 1c93b91 + 5283655 commit e4013d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Supported by: `bundler`, `composer`, `mix`, `maven`, `npm`, and `pip`.
171171

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

174-
Defines a **cooldown period** for dependency updates, allowing updates to be delayed for a configurable number of days.
174+
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.
175175

176176
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).
177177

@@ -188,8 +188,6 @@ When **`cooldown`** is defined:
188188
1. Dependencies without a cooldown period, or those past their cooldown period, are updated to the latest version as per the configured `versioning-strategy` setting.
189189
1. After a cooldown ends for a dependency, {% data variables.product.prodname_dependabot %} resumes updating the dependency following the standard update strategy defined in `dependabot.yml`.
190190

191-
{% data reusables.dependabot.option-affects-security-updates %}
192-
193191
### **Configuration of `cooldown`**
194192

195193
You can specify the duration of the cooldown using the options below.

0 commit comments

Comments
 (0)