Skip to content

Commit

Permalink
Merge pull request #17 from jmeridth/jm_group_dependency_updates
Browse files Browse the repository at this point in the history
chore: group dependabot updates when minor/patch
  • Loading branch information
lessthanjacob authored Jun 5, 2024
2 parents 7dbc5af + bf24a36 commit 5813ec9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ updates:
- "dependabot"
- "dependencies"
- "github-actions"
commit-message:
prefix: "chore(deps)"
groups:
dependencies:
applies-to: version-updates
update-types:
- "minor"
- "patch"
- package-ecosystem: "bundler"
directory: /
schedule:
Expand All @@ -18,3 +26,11 @@ updates:
- "dependabot"
- "dependencies"
- "bundler"
commit-message:
prefix: "chore(deps)"
groups:
dependencies:
applies-to: version-updates
update-types:
- "minor"
- "patch"

0 comments on commit 5813ec9

Please sign in to comment.