Skip to content

Commit 2f4795a

Browse files
committed
chore: fix dependabot commit prefix configuration to include colon (#58)
Noticed in #56 that a colon is missing from the commit prefix configuration. We need this to match the conventional commit spec.
1 parent 3ef3038 commit 2f4795a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ updates:
2828
day: "sunday"
2929
time: "06:00"
3030
commit-message:
31-
prefix: "chore(deps)!"
31+
prefix: "chore(deps,substrait)!:"

0 commit comments

Comments
 (0)