Skip to content

Commit

Permalink
Make a dependabot group for dev dependencies (#4994)
Browse files Browse the repository at this point in the history
### WHY are these changes introduced?

Updates Dependabot configuration to better organize dependency updates by grouping all dev dependencies together
  • Loading branch information
shauns authored Nov 28, 2024
1 parent ef45023 commit caab0fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ updates:
update-types: ["version-update:semver-major"]
groups:
minor_versions:
dependency-type: "production"
update-types:
- 'minor'
- 'patch'
Expand All @@ -32,6 +33,11 @@ updates:
- "react"
- "@babel/*"
- "javy-cli"
development_dependencies:
dependency-type: "development"
update-types:
- 'minor'
- 'patch'
oclif:
patterns:
- "oclif"
Expand Down

0 comments on commit caab0fc

Please sign in to comment.