Update schedule.interval options in overview table#43559
Update schedule.interval options in overview table#43559hugovk wants to merge 1 commit intogithub:mainfrom
schedule.interval options in overview table#43559Conversation
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
There was a problem hiding this comment.
Pull request overview
Updates the Dependabot options reference to reflect the expanded set of schedule.interval values by listing them in the “Required keys” overview table.
Changes:
- Expanded the
schedule.intervalsupported values listed in the “Required keys” table to includequarterly,semiannually,yearly, andcron.
| | [`package-ecosystem`](#package-ecosystem-) | Under `updates` | Define a package manager to update. | | ||
| | [`directories` or `directory`](#directories-or-directory--) | Under each `package-ecosystem` entry | Define the location of the manifest or other definition files to update. | | ||
| | [`schedule.interval`](#schedule-) | Under each `package-ecosystem` entry | Define whether to look for version updates: `daily`, `weekly`, or `monthly`. | | ||
| | [`schedule.interval`](#schedule-) | Under each `package-ecosystem` entry | Define whether to look for version updates: `daily`, `weekly`, `monthly`, `quarterly`, `semiannually`, `yearly`, or `cron`. | |
There was a problem hiding this comment.
This row now lists interval values (quarterly, semiannually, yearly) that aren’t supported on all versions this page builds for (the interval section later shows GHES supports only daily, weekly, monthly and optionally cron). Please make the supported-values list in this overview table version-conditional (using {% ifversion %} like other tables in this file), or keep the table description version-agnostic and point readers to the interval section for the full, version-specific list.
| | [`schedule.interval`](#schedule-) | Under each `package-ecosystem` entry | Define whether to look for version updates: `daily`, `weekly`, `monthly`, `quarterly`, `semiannually`, `yearly`, or `cron`. | | |
| | [`schedule.interval`](#schedule-) | Under each `package-ecosystem` entry | Define how often to look for version updates. For supported values and version-specific details, see the `interval` option in the `schedule` section. | |
Why:
There are now more options (thank you for these!):
https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#interval
List them all in the overview table:
https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#required-keys
Closes: #43558
What's being changed (if available, include any code snippets, screenshots, or gifs):
Check off the following: