From 8008b1accf046b2f1d72f2e037c8c7d0fa0d664e Mon Sep 17 00:00:00 2001 From: "D. Ror." Date: Wed, 14 May 2025 09:10:55 -0400 Subject: [PATCH] Update optimizing-pr-creation-version-updates.md --- .../optimizing-pr-creation-version-updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates.md b/content/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates.md index 1d4397f4bbd0..dae949e64c2d 100644 --- a/content/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates.md +++ b/content/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates.md @@ -27,7 +27,7 @@ There are a couple of customization options you can implement to optimize {% dat ## Controlling the frequency and timings of dependency updates -{% data variables.product.prodname_dependabot %} runs its checks for version updates at a frequency set by you in the configuration file (where the required field, `schedule.interval`, must be set to `daily`, `weekly`, or `monthly`). +{% data variables.product.prodname_dependabot %} runs its checks for version updates at a frequency set by you in the configuration file, where the required field, `schedule.interval`, must be set to `daily`, `weekly`, `monthly`, `quarterly`, `semiannually`, `yearly`, or `cron` (see [cronjob](/code-security/dependabot/working-with-dependabot/dependabot-options-reference#cronjob)). By default, {% data variables.product.prodname_dependabot %} balances its workload by assigning a random time to check and raise pull requests for dependency updates.