Skip to content

Commit 5d82923

Browse files
authored
Merge pull request #608 from TimOsahenru/dependabot-grouping
modified dependabot to group Ruby and Python deps
2 parents 8ac2a3f + 42ae134 commit 5d82923

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ updates:
2121
commit-message:
2222
prefix: "bundle"
2323
include: "scope"
24+
groups:
25+
ruby-deps:
26+
patterns:
27+
- "*"
2428

2529
# Configuration for pip
2630
- package-ecosystem: "pip"
@@ -38,3 +42,7 @@ updates:
3842
commit-message:
3943
prefix: "pip"
4044
include: "scope"
45+
groups:
46+
python-deps:
47+
patterns:
48+
- "*"

0 commit comments

Comments
 (0)