Skip to content

Commit 07a2822

Browse files
committed
ci: let updates of production dependencies trigger a release
Make dependabot use a "fix" prefix when updating production dependencies, so that semantic-release/commit-analyzer creates a new release when production dependencies have been updated on main.
1 parent 110126b commit 07a2822

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ updates:
1111
- dependency-name: "chai"
1212
- dependency-name: "eslint"
1313
- dependency-name: "eslint-plugin-unused-imports"
14+
commit-message:
15+
# Make Dependabot use the prefix "fix" when updating production dependencies. This makes
16+
# semantic-release/commit-analyzer create a new release when production dependencies have been updated on main.
17+
prefix: "fix"
18+
prefix-development: "chore"
19+
include: "scope"
20+
1421
- package-ecosystem: "github-actions"
1522
directory: "/"
1623
schedule:

0 commit comments

Comments
 (0)