Skip to content

Commit

Permalink
also add Group updates on Semantic Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Aug 14, 2023
1 parent 7bc57eb commit 4244ddc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
open-pull-requests-limit: 10
# Disable auto rebase to reduce cost. Use `@dependabot rebase` manually instead.
rebase-strategy: "disabled"

# Create a group of dependencies to be updated together in one pull request
groups:
arrow:
Expand All @@ -16,3 +16,8 @@ updates:
aws:
patterns:
- "aws*"
# a grouped PR for any dependencies where the highest resolvable version is a patch or minor SemVer update
non-major-versions:
update-types:
- "minor"
- "patch"

0 comments on commit 4244ddc

Please sign in to comment.