Skip to content

Commit

Permalink
TCS-2 Group dependabot PRs
Browse files Browse the repository at this point in the history
Group minor and patch versions for dependabot. Most of the time, these
are just going to be an easy approve.

I've left major versions to get their own separate PR. They will come
less often and might need to check out the update locally and have a
play around to test.
  • Loading branch information
styler3 committed Nov 6, 2024
1 parent 3bfca37 commit e7e1196
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ updates:
schedule:
interval: 'monthly'
open-pull-requests-limit: 10
groups:
minor-and-patch:
applies-to: version-updates
patterns:
- '*'
update-types:
- "minor"
- "patch"

0 comments on commit e7e1196

Please sign in to comment.