Skip to content

Commit

Permalink
Merge pull request #608 from TimOsahenru/dependabot-grouping
Browse files Browse the repository at this point in the history
modified dependabot to group Ruby and Python deps
  • Loading branch information
TimOsahenru authored Dec 7, 2024
2 parents 8ac2a3f + 42ae134 commit 5d82923
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 @@ -21,6 +21,10 @@ updates:
commit-message:
prefix: "bundle"
include: "scope"
groups:
ruby-deps:
patterns:
- "*"

# Configuration for pip
- package-ecosystem: "pip"
Expand All @@ -38,3 +42,7 @@ updates:
commit-message:
prefix: "pip"
include: "scope"
groups:
python-deps:
patterns:
- "*"

0 comments on commit 5d82923

Please sign in to comment.