Skip to content

Commit 7da7121

Browse files
FBumannclaude
andauthored
ci: add conventional commit prefixes to dependabot PR titles (#48)
Configure dependabot to use "ci:" prefix for GitHub Actions updates and "chore:" prefix for pip dependency updates, so PRs pass the semantic PR title check automatically. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 68c726d commit 7da7121

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
commit-message:
8+
prefix: "chore"
79
groups:
810
dev-dependencies:
911
patterns:
@@ -23,3 +25,5 @@ updates:
2325
directory: "/"
2426
schedule:
2527
interval: "weekly"
28+
commit-message:
29+
prefix: "ci"

0 commit comments

Comments
 (0)