Skip to content

Incorrect text in the article about Optimizing the creation of pull requests for Dependabot #37136

@erehulka

Description

@erehulka

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    contentThis issue or pull request belongs to the Docs Content team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions