Skip to content

Commit

Permalink
Merge pull request #48 from khawkins/group_minor_patch_deps
Browse files Browse the repository at this point in the history
chore: group minor and patch dependency updates together
  • Loading branch information
khawkins authored Oct 21, 2024
2 parents 46c05af + 727ea60 commit ed97e8f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ updates:
directory: '/'
schedule:
interval: 'monthly'
day: 'monday'
time: '08:00'
timezone: 'America/Los_Angeles'
versioning-strategy: 'increase'
labels:
- 'dependencies'
groups:
# Group all minor and patch dependency updates together.
minor-and-patch:
applies-to: version-updates
update-types:
- 'minor'
- 'patch'
open-pull-requests-limit: 5
pull-request-branch-name:
separator: '-'
Expand Down

0 comments on commit ed97e8f

Please sign in to comment.