Skip to content

Commit 4f6900e

Browse files
authored
Setup rails specific dependabot group (#130)
1 parent ee3a7dd commit 4f6900e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,15 @@ updates:
2222
- dependency-type: "all"
2323
commit-message:
2424
prefix: "[bundler] "
25+
groups:
26+
monthly:
27+
patterns:
28+
- "*"
29+
exclude-patterns:
30+
- "active*"
31+
- "rails"
32+
rails:
33+
patterns:
34+
- "rails"
35+
- "active*"
36+

0 commit comments

Comments
 (0)