Skip to content

Commit

Permalink
Add dependabot groups
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-j-baker committed Sep 9, 2024
1 parent eca69c7 commit 303a478
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 @@ -8,6 +8,21 @@ updates:
open-pull-requests-limit: 3
pull-request-branch-name:
separator: "_"
groups:
dev-minor-versions:
dependency-type: development
update-types:
- minor
- patch
patterns:
- '*'
prod-minor-versions:
dependency-type: production
update-types:
- minor
- patch
patterns:
- '*'

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

0 comments on commit 303a478

Please sign in to comment.