Skip to content

Commit 9f36b46

Browse files
authored
Group dependabot pip requirements (#384)
1 parent 5527d1f commit 9f36b46

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,16 @@ updates:
2323
schedule:
2424
# Check for new versions daily
2525
interval: daily
26+
groups:
27+
pip-updates:
28+
patterns: ["*"]
2629
labels:
2730
- automation
2831
- pip-update
2932
- api
33+
commit-message:
34+
# Prefix all commit messages with "pip: "
35+
prefix: "pip"
3036

3137
# Automatically propose PRs for Python dependencies
3238
- package-ecosystem: npm

0 commit comments

Comments
 (0)