From 29b6c32b969bed75a55b39108512069b6ee0bf6a Mon Sep 17 00:00:00 2001 From: Pieter De Gendt Date: Mon, 7 Apr 2025 08:40:10 +0200 Subject: [PATCH] Docs: Update dependabot configuration on ignore commits by author The example in the documentation to ignore commits by the author "dependabot" triggers a warning about regex matching. Signed-off-by: Pieter De Gendt --- docs/ignoring_commits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ignoring_commits.md b/docs/ignoring_commits.md index 34c6ff12..7568000a 100644 --- a/docs/ignoring_commits.md +++ b/docs/ignoring_commits.md @@ -23,7 +23,7 @@ Here's a few examples: [ignore-by-author-name] # Match commits by author name (e.g. ignore dependabot commits) - regex=dependabot + regex=^dependabot\[bot\]$ ignore=all ```