Skip to content

Commit 54ceba2

Browse files
authored
Update dependabot config to group deps (#165)
1 parent 8657355 commit 54ceba2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ updates:
33
- package-ecosystem: bundler
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: weekly
7+
groups:
8+
ruby-dependencies:
9+
update-types:
10+
- "minor"
11+
- "patch"
712
- package-ecosystem: "github-actions"
813
directory: "/"
914
schedule:

0 commit comments

Comments
 (0)