Skip to content

Commit

Permalink
build(deps): dependabot groups (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera authored Mar 12, 2024
1 parent 2fa8e0e commit bc30d32
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ updates:
- dependency-type: direct
labels:
- "build"
groups:
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"

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

0 comments on commit bc30d32

Please sign in to comment.