Skip to content

Commit e74c6ac

Browse files
committed
ci: group dependabot updates
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.
1 parent 07a2822 commit e74c6ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ updates:
1111
- dependency-name: "chai"
1212
- dependency-name: "eslint"
1313
- dependency-name: "eslint-plugin-unused-imports"
14+
groups:
15+
production-dependencies:
16+
dependency-type: "production"
17+
development-dependencies:
18+
dependency-type: "development"
1419
commit-message:
1520
# Make Dependabot use the prefix "fix" when updating production dependencies. This makes
1621
# semantic-release/commit-analyzer create a new release when production dependencies have been updated on main.

0 commit comments

Comments
 (0)