Skip to content

Commit 3556ddf

Browse files
authored
group dependabot pip requirements (#180)
1 parent 274dad6 commit 3556ddf

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,6 +23,12 @@ 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
32+
commit-message:
33+
# Prefix all commit messages with "pip: "
34+
prefix: "pip"

0 commit comments

Comments
 (0)