Skip to content

Commit

Permalink
ci: let updates of production dependencies trigger a release
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
basti1302 committed Jul 9, 2024
1 parent ed3ab04 commit 322b1b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ updates:
- dependency-name: "chai"
- dependency-name: "eslint"
- dependency-name: "eslint-plugin-unused-imports"
commit-message:
# Make Dependabot use the prefix "fix" when updating production dependencies. This makes
# semantic-release/commit-analyzer create a new release when production dependencies have been updated on main.
prefix: "fix"
prefix-development: "chore"
include: "scope"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 322b1b5

Please sign in to comment.