Skip to content

Commit e4bd497

Browse files
authored
fix: change 'day' to 'Tuesday' in optimizing docs (#37137)
1 parent f7040a8 commit e4bd497

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)