Skip to content

Commit 8acc7ea

Browse files
committed
chore: group minor and patch level
This will make dependabot group minor and patch level ruby dependency updates together into one pull request. This will greatly reduce the number of open pull requests that maintainer will have to manage.
1 parent f7d3a6d commit 8acc7ea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ updates:
55
schedule:
66
interval: weekly
77
open-pull-requests-limit: 10
8+
groups:
9+
ruby-deps:
10+
update-types:
11+
- "minor"
12+
- "patch"
13+
patterns:
14+
- "*"
815
ignore:
916
- dependency-name: pg
1017
versions:

0 commit comments

Comments
 (0)