Skip to content

Commit

Permalink
fix: add new prod group (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-capehart authored Jun 28, 2024
1 parent de2d968 commit 6654792
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ updates:
groups:
dev-dependencies:
applies-to: version-updates
dependency-type: development
update-types:
- "minor"
- "patch"
prod-dependencies:
applies-to: version-updates
dependency-type: production
update-types:
- "minor"
- "patch"

0 comments on commit 6654792

Please sign in to comment.