Skip to content

Commit de82705

Browse files
authored
fix: change 'day' to 'Tuesday' in optimizing docs
In dependabot optimizing docs (https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates), there is an example, for which the dependabot should run each Tuesday. However, in the explaining text it says that it should run 'every day', which is not correct.
1 parent 7542786 commit de82705

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
@@ -35,7 +35,7 @@ However, to reduce distraction, or to better organize time and resources for rev
3535

3636
You can use `schedule` with a combination of options to modify the frequency and timings of when {% data variables.product.prodname_dependabot %} checks for version updates
3737

38-
The example `dependabot.yml` file below changes the npm configuration to specify that {% data variables.product.prodname_dependabot %} should check for version updates to npm dependencies every day at 02:00 Japanese Standard Time (UTC +09:00).
38+
The example `dependabot.yml` file below changes the npm configuration to specify that {% data variables.product.prodname_dependabot %} should check for version updates to npm dependencies every Tuesday at 02:00 Japanese Standard Time (UTC +09:00).
3939

4040
```yaml copy
4141
# `dependabot.yml` file with

0 commit comments

Comments
 (0)