Skip to content

Commit

Permalink
chore: enforce dependabot scope on commits
Browse files Browse the repository at this point in the history
This is required for the commitlint action.
  • Loading branch information
smlx committed Apr 12, 2024
1 parent 0fbad5d commit 81a4c03
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 81a4c03

Please sign in to comment.