Skip to content

Commit

Permalink
Add dependencies groups for npm (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishankov authored Apr 3, 2024
1 parent e5150be commit d0cce28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ updates:
directory: "/"
schedule:
interval: "monthly"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"

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

0 comments on commit d0cce28

Please sign in to comment.