Skip to content

Commit cf41ee2

Browse files
Add new interval options to optimizing-pr-creation-version-updates.md (#38275)
Co-authored-by: Sharra-writes <sharra-writes@github.com>
1 parent 923c1b2 commit cf41ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ There are a couple of customization options you can implement to optimize {% dat
2727

2828
## Controlling the frequency and timings of dependency updates
2929

30-
{% 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`).
30+
{% 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)).
3131

3232
By default, {% data variables.product.prodname_dependabot %} balances its workload by assigning a random time to check and raise pull requests for dependency updates.
3333

0 commit comments

Comments
 (0)