Skip to content

Commit

Permalink
Merge pull request #432 from uselagoon/enforce-dependabot-scope
Browse files Browse the repository at this point in the history
chore: enforce dependabot scope on commits
  • Loading branch information
smlx authored Apr 12, 2024
2 parents 0fbad5d + 81a4c03 commit 57b8099
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
version: 2
updates:
- package-ecosystem: github-actions
commit-message:
prefix: chore
include: scope
directory: /
schedule:
interval: monthly
Expand All @@ -12,6 +15,9 @@ updates:
- "minor"
- "patch"
- package-ecosystem: docker
commit-message:
prefix: chore
include: scope
directory: /
schedule:
interval: monthly
Expand All @@ -23,6 +29,9 @@ updates:
- "minor"
- "patch"
- package-ecosystem: gomod
commit-message:
prefix: chore
include: scope
directory: /
schedule:
interval: monthly
Expand Down

0 comments on commit 57b8099

Please sign in to comment.