Skip to content

Commit

Permalink
feat(devops): Dependabot conventional commits (#13)
Browse files Browse the repository at this point in the history
# Motivation
Dependabot does not use conventional commit titles

# Changes
- Specify the prefix to use to create conventional commits.

# Tests
  • Loading branch information
bitdivine committed Sep 18, 2024
1 parent 9c7a366 commit 3c66892
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ updates:
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore(cargo deps): "
prefix-development: "chore(cargo deps-dev): "
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore(npm deps): "
prefix-development: "chore(npm deps-dev): "

0 comments on commit 3c66892

Please sign in to comment.