Skip to content

Commit

Permalink
build(deps): add dependabot major groups (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera authored Aug 7, 2024
1 parent 239f6f1 commit 5835c6c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,24 @@ updates:
labels:
- "build"
groups:
dev-dependencies:
dev-deps:
dependency-type: "development"
update-types:
- "minor"
- "patch"
dependencies:
dev-deps-major:
dependency-type: "development"
update-types:
- "major"
deps:
dependency-type: "production"
update-types:
- "minor"
- "patch"
deps-major:
dependency-type: "production"
update-types:
- "major"

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

0 comments on commit 5835c6c

Please sign in to comment.