Skip to content

Commit

Permalink
ci: force dependabot to use the correct commit message prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis authored Oct 9, 2023
1 parent f1d0c83 commit 6a38255
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ updates:
update-types: ['minor', 'patch']
major-app-dependencies:
update-types: ['major']
commit-message:
prefix: deps
prefix-development: deps(dev)
- package-ecosystem: npm
directory: /functions
schedule:
Expand All @@ -18,6 +21,9 @@ updates:
update-types: ['minor', 'patch']
major-function-dependencies:
update-types: ['major']
commit-message:
prefix: deps
prefix-development: deps(dev)
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down

0 comments on commit 6a38255

Please sign in to comment.