chore: Standardize commit message prefix to lowercase

This commit is contained in:
Riccardo Rigutini 2025-05-18 23:38:28 +00:00 committed by GitHub
parent cadbfab332
commit 6ac98b0011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -3,20 +3,20 @@ updates:
- package-ecosystem: github-actions
directory: /
commit-message:
prefix: "[Chore] "
prefix: "chore: "
schedule:
interval: weekly
- package-ecosystem: npm
directory: /
commit-message:
prefix: "[Chore] "
prefix: "chore: "
schedule:
interval: weekly
- package-ecosystem: devcontainers
directory: /
commit-message:
prefix: "[Chore] "
prefix: "chore: "
schedule:
interval: weekly