From a12c308b4c3ab479d1a833f79cf3699a937ec798 Mon Sep 17 00:00:00 2001 From: Scott Dickerson Date: Wed, 8 May 2024 10:31:03 -0400 Subject: [PATCH] :ghost: Have dependabot create PRs with a prefix (#1898) Setup dependabot to use a prefix of `:ghost:` when creating PRs to satisfy he PR Checks / Verify PR contents CI check. Signed-off-by: Scott J Dickerson Co-authored-by: Ian Bolton --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 443a91c3d8..850176c454 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "daily" + commit-message: + prefix: ":ghost: " allow: - dependency-name: "@patternfly/*" dependency-type: "direct"