From 39aceac2ac1a3c2d1ededa7d4e8b5aef9b8fe63e Mon Sep 17 00:00:00 2001 From: Yukai Chou Date: Tue, 2 Dec 2025 04:51:03 +0800 Subject: [PATCH] Fix formatting in dependabot docs (#41513) Co-authored-by: Sharra-writes --- .../dependabot-version-updates/customizing-dependabot-prs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/code-security/dependabot/dependabot-version-updates/customizing-dependabot-prs.md b/content/code-security/dependabot/dependabot-version-updates/customizing-dependabot-prs.md index 8df8a7043f..c4a310f400 100644 --- a/content/code-security/dependabot/dependabot-version-updates/customizing-dependabot-prs.md +++ b/content/code-security/dependabot/dependabot-version-updates/customizing-dependabot-prs.md @@ -163,7 +163,7 @@ updates: schedule: interval: "weekly" commit-message: - # Prefix all commit messages with [docker] " (no colon, but a trailing whitespace) + # Prefix all commit messages with "[docker] " (no colon, but a trailing whitespace) prefix: "[docker] " - package-ecosystem: "composer"