Skip to content

Commit

Permalink
👻 Have dependabot create PRs with a prefix (#1898)
Browse files Browse the repository at this point in the history
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 <[email protected]>
Co-authored-by: Ian Bolton <[email protected]>
  • Loading branch information
sjd78 and ibolton336 authored May 8, 2024
1 parent 802f366 commit a12c308
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ updates:
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: ":ghost: "
allow:
- dependency-name: "@patternfly/*"
dependency-type: "direct"

0 comments on commit a12c308

Please sign in to comment.