Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates
What part(s) of the article would you like to see updated?
In the mentioned article, there is an explaining text saying:
...Dependabot should check for version updates to npm dependencies every day at 02:00 Japanese Standard Time
however this is not correct, since in the following block there contains:
schedule:
      interval: "weekly"
      day: "tuesday"
      time: "02:00"
      timezone: "Asia/Tokyo"Therefore, it should be changed from every day to every Tuesday.
Additional information
No response