Skip to content

Commit

Permalink
ci(dependabot): Update PR naming convention (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
titom73 authored Dec 24, 2024
1 parent edf2ea5 commit ac5ae24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ updates:
pull-request-branch-name:
separator: "/"
commit-message:
prefix: "bump: "
prefix: "bump(requirements): "
prefix-development: "bump(dev): "
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -32,4 +33,4 @@ updates:
labels:
- 'CI'
commit-message:
prefix: "ci: "
prefix: "ci(actions): "

0 comments on commit ac5ae24

Please sign in to comment.