ci/cd: dependabot: change commit message
kamilsk opened this issue · comments
Kamil Samigullin commented
Motivation: to be precise.
directory: /
->deps:
directory: /docs/
->deps: docs:
ordocs: deps:
directory: /tools/
->deps: tools:
ortools: deps:
github-actions
->deps: ci/cd:
orci/cd: deps:
See the docs https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#commit-message.
Don't forget about https://www.conventionalcommits.org/en/v1.0.0/.
Related to octomation/go-module/issues/65.