fix: prefix dependabot commits with "fix:" (#9641)

This commit is contained in:
Sebastian Spaink 2021-08-19 15:30:37 -05:00 committed by GitHub
parent c8a9aa2259
commit 3d7d5f2b36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,5 @@ updates:
ignore:
# Dependabot isn't able to update this packages that do not match the source, so anything with a version
- dependency-name: "*.v*"
commit-message:
prefix: "fix:"