Skip to content

Commit

Permalink
chore(ci): add dependabot commit msg config (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey authored Oct 22, 2024
1 parent 0f699be commit c655a9f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ updates:
update-types:
- "patch"
- "minor"
commit-message:
include: "scope"
prefix: "build"
- package-ecosystem: gomod
directory: "/"
schedule:
Expand All @@ -31,6 +34,9 @@ updates:
update-types:
- "patch"
- "minor"
commit-message:
include: "scope"
prefix: "build"
# All other dependencies
# Trigger weekly, group patch updates
- package-ecosystem: github-actions
Expand All @@ -45,6 +51,9 @@ updates:
applies-to: version-updates
update-types:
- "patch"
commit-message:
include: "scope"
prefix: "build"
- package-ecosystem: gomod
directory: "/"
schedule:
Expand All @@ -57,3 +66,6 @@ updates:
applies-to: version-updates
update-types:
- "patch"
commit-message:
include: "scope"
prefix: "build"

0 comments on commit c655a9f

Please sign in to comment.