Skip to content

Commit

Permalink
Merge pull request #110 from uselagoon/enforce-dependabot-scope
Browse files Browse the repository at this point in the history
chore: enforce scope in dependabot commit messages
  • Loading branch information
smlx authored Apr 12, 2024
2 parents e30f148 + 49d355b commit 3b50887
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
version: 2
updates:
- package-ecosystem: github-actions
commit-message:
include: scope
directory: /
schedule:
interval: monthly
Expand All @@ -12,6 +14,8 @@ updates:
- "minor"
- "patch"
- package-ecosystem: docker
commit-message:
include: scope
directory: /
schedule:
interval: monthly
Expand All @@ -23,6 +27,8 @@ updates:
- "minor"
- "patch"
- package-ecosystem: gomod
commit-message:
include: scope
directory: /
schedule:
interval: monthly
Expand Down

0 comments on commit 3b50887

Please sign in to comment.