Skip to content

Commit

Permalink
chore: dependabot grouping enabled πŸŽ‰
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Mar 10, 2024
1 parent 5d0d576 commit 277bb52
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ updates:
interval: daily
time: '00:00'
timezone: Asia/Calcutta
groups:
npm-development:
dependency-type: development
update-types:
- minor
- patch
npm-production:
dependency-type: production
update-types:
- patch
reviewers:
- vinayakkulkarni
assignees:
Expand All @@ -21,6 +31,11 @@ updates:
interval: daily
time: '00:00'
timezone: Asia/Calcutta
groups:
actions-minor:
update-types:
- minor
- patch
reviewers:
- vinayakkulkarni
assignees:
Expand Down

0 comments on commit 277bb52

Please sign in to comment.