Skip to content

Commit c85658a

Browse files
authored
Merge pull request #174 from hugovk/group-dependabot
Group Dependabot updates into single PR
2 parents 345b84c + 9e90712 commit c85658a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "monthly"
8+
groups:
9+
actions:
10+
patterns:
11+
- "*"
812

913
# Maintain dependencies for Python
1014
- package-ecosystem: "pip"
1115
directory: "/"
1216
schedule:
1317
interval: "monthly"
18+
groups:
19+
pip:
20+
patterns:
21+
- "*"

0 commit comments

Comments
 (0)