Skip to content

Commit

Permalink
fix(meta): use "chore" prefix for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Jan 18, 2024
1 parent 3d02df4 commit f801b96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
labels:
- "dependencies"
commit-message:
prefix: "feat"
prefix: "chore"
include: "scope"
- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -25,5 +25,5 @@ updates:
labels:
- "dependencies"
commit-message:
prefix: "feat"
include: "scope"
prefix: "chore"
include: "scope"

0 comments on commit f801b96

Please sign in to comment.