Skip to content

Commit 25b42ea

Browse files
authored
Update schedule.interval options in table
1 parent 1456def commit 25b42ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/code-security/reference/supply-chain-security/dependabot-options-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ All options marked with a {% octicon "shield-check" aria-label="Security updates
3131
| `updates` | Top level| Section where you define each `package-ecosystem` to update.|
3232
| [`package-ecosystem`](#package-ecosystem-) | Under `updates` | Define a package manager to update. |
3333
| [`directories` or `directory`](#directories-or-directory--) | Under each `package-ecosystem` entry | Define the location of the manifest or other definition files to update. |
34-
| [`schedule.interval`](#schedule-) | Under each `package-ecosystem` entry | Define whether to look for version updates: `daily`, `weekly`, or `monthly`. |
34+
| [`schedule.interval`](#schedule-) | Under each `package-ecosystem` entry | Define whether to look for version updates: `daily`, `weekly`, `monthly`, `quarterly`, `semiannually`, `yearly`, or `cron`. |
3535

3636
Optionally, you can also include a top-level `registries` key to define access details for private registries, see [Top-level `registries` key](#top-level-registries-key).
3737

0 commit comments

Comments
 (0)