Skip to content

Commit

Permalink
chore(ci): add dependabot commit msg config
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Oct 2, 2024
1 parent ec3f843 commit c19e42a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ updates:
applies-to: version-updates
update-types:
- "minor"
commit-message:
include: "scope"
prefix: "chore"
- package-ecosystem: gomod
directory: "/"
schedule:
Expand All @@ -26,3 +29,6 @@ updates:
applies-to: version-updates
update-types:
- "minor"
commit-message:
include: "scope"
prefix: "chore"

0 comments on commit c19e42a

Please sign in to comment.