Skip to content

Commit

Permalink
fix: invalid syntax for docker commit prefix (#36274)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamJUK authored Feb 13, 2025
1 parent 74b9a88 commit d2d6c55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ updates:
interval: "weekly"
commit-message:
# Prefix all commit messages with [docker] " (no colon, but a trailing whitespace)
prefix: [docker] "
prefix: "[docker] "
- package-ecosystem: "composer"
directory: "/"
Expand Down

0 comments on commit d2d6c55

Please sign in to comment.