fix: prefix dependabot commits with "fix:" (#9641)
This commit is contained in:
parent
c8a9aa2259
commit
3d7d5f2b36
|
|
@ -7,3 +7,5 @@ updates:
|
||||||
ignore:
|
ignore:
|
||||||
# Dependabot isn't able to update this packages that do not match the source, so anything with a version
|
# Dependabot isn't able to update this packages that do not match the source, so anything with a version
|
||||||
- dependency-name: "*.v*"
|
- dependency-name: "*.v*"
|
||||||
|
commit-message:
|
||||||
|
prefix: "fix:"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue