Skip to content

Commit 3047679

Browse files
dbrattliclaude
andauthored
ci: make Dependabot use conventional commit PR titles (#773)
Adds commit-message.prefix to each ecosystem so Dependabot's PR titles pass the conventional-pr-title check: - uv -> "chore(deps): ..." - github-actions -> "ci(deps): ..." Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 49e9a89 commit 3047679

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ updates:
55
schedule:
66
interval: "weekly"
77
open-pull-requests-limit: 10
8+
commit-message:
9+
prefix: "chore"
10+
prefix-development: "chore"
11+
include: "scope"
812
groups:
913
python-dependencies:
1014
patterns:
@@ -15,6 +19,9 @@ updates:
1519
schedule:
1620
interval: "weekly"
1721
open-pull-requests-limit: 5
22+
commit-message:
23+
prefix: "ci"
24+
include: "scope"
1825
groups:
1926
github-actions:
2027
patterns:

0 commit comments

Comments
 (0)