Skip to content

Commit

Permalink
Merge pull request #229 from wwahammy/group-dependabot-actions
Browse files Browse the repository at this point in the history
Group dependabot packages
  • Loading branch information
wwahammy authored Jun 18, 2024
2 parents c259dc9 + c9068fb commit 1b09f21
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,23 @@ updates:
directory: "/"
schedule:
interval: weekly
groups:
development_minor:
dependency-type: development
update-types:
- minor
- patch
development_major:
dependency-type: development
update-types:
- major
production_minor:
dependency-type: production
update-types:
- minor
- patch
production_major:
dependency-type: production
update-types:
- major

0 comments on commit 1b09f21

Please sign in to comment.