Skip to content

Commit

Permalink
add commit prefix for dependabot PR
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jul 23, 2024
1 parent 8abc1ed commit 925cdc1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@ version: 2
updates:
- package-ecosystem: github-actions
labels:
- "dependencies"
- "dependencies (github-actions)"
commit-message:
prefix: "(build deps)"
prefix: "(github-actions)"
directory: "/"
schedule:
interval: daily
- package-ecosystem: npm
labels:
- "dependencies (npm)"
commit-message:
prefix: "(npm)"
groups:
vite:
patterns:
Expand Down

0 comments on commit 925cdc1

Please sign in to comment.