Skip to content

Commit b42fab8

Browse files
authored
Merge pull request #60761 from github/repo-sync
Repo sync
2 parents 52842c9 + f090050 commit b42fab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/code-security/tutorials/secure-your-dependencies/optimizing-pr-creation-version-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ See also [schedule](/code-security/dependabot/working-with-dependabot/dependabot
6060
6161
### Setting up a cooldown period for dependency updates
6262
63-
You can use `cooldown` with a combination of options to control when {% data variables.product.prodname_dependabot %} creates pull requests for **version updates**.
63+
You can use `cooldown` with a combination of options to control when {% data variables.product.prodname_dependabot %} creates pull requests for **version updates**, but not **security updates**.
6464

6565
The example `dependabot.yml` file below shows a cooldown period being applied to the dependencies `requests`, `numpy`, and those prefixed with `pandas` or `django`, but not to the dependency called `pandas` (exact match), which is excluded via the **exclude** list.
6666

0 commit comments

Comments
 (0)