octomation / go-module

🧩 Template for a typical module written on Go.

Home Page:https://go-module.octolab.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ci/cd: dependabot: change commit message

kamilsk opened this issue · comments

Motivation: to be precise.

  • directory: / -> deps:
  • directory: /docs/ -> deps: docs: or docs: deps:
  • directory: /tools/ -> deps: tools: or tools: deps:
  • github-actions -> deps: ci/cd: or ci/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/.