From de827053b3f95f5627580ac9e65a091a442aa803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20=C5=98ehulka?= Date: Fri, 28 Mar 2025 14:07:39 +0100 Subject: [PATCH] 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. --- .../optimizing-pr-creation-version-updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates.md b/content/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates.md index b1113be2137b..1d4397f4bbd0 100644 --- a/content/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates.md +++ b/content/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates.md @@ -35,7 +35,7 @@ However, to reduce distraction, or to better organize time and resources for rev 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 -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). +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). ```yaml copy # `dependabot.yml` file with