Skip to content

Commit

Permalink
chore: group dependabot updates when minor/patch
Browse files Browse the repository at this point in the history
leave major dependency updates to their own PR so they stand out
and are tested correctly

Signed-off-by: jmeridth <jmeridth@gmail.com>
  • Loading branch information
jmeridth committed Jun 4, 2024
1 parent 5affa00 commit b5f5778
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 b5f5778

Please sign in to comment.