Skip to content

Commit

Permalink
feat: Add dependabot commit message prefix
Browse files Browse the repository at this point in the history
This is to ensure the commit message from dependabot aligns with the conventional commit requirements established in #5528
  • Loading branch information
devinrsmith committed Jun 27, 2024
1 parent 029486d commit feec6ac
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,3 +4,5 @@ updates:
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "ci(github-actions)"

0 comments on commit feec6ac

Please sign in to comment.