Skip to content

Commit

Permalink
ci: group dependabot updates
Browse files Browse the repository at this point in the history
This is mostly because a release is triggered potentially with every
push to the main branch, and we do not want to push individual releases
everytime we merge a dependabot PR for one single dependency.
  • Loading branch information
basti1302 committed Jul 9, 2024
1 parent 322b1b5 commit 79ef4bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ updates:
- dependency-name: "chai"
- dependency-name: "eslint"
- dependency-name: "eslint-plugin-unused-imports"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
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.
Expand Down

0 comments on commit 79ef4bc

Please sign in to comment.