Skip to content

Commit

Permalink
chore(dependabot): configure commit message format
Browse files Browse the repository at this point in the history
Added commit message configuration for both npm and gomod ecosystems in Dependabot settings. This ensures that Dependabot's automated commits follow our project's conventional commit style.
  • Loading branch information
tdabasinskas committed Sep 17, 2024
1 parent 11245c6 commit 1730516
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ updates:
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: chore
prefix-development: chore
include: scope
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: chore
prefix-development: chore
include: scope

0 comments on commit 1730516

Please sign in to comment.