Skip to content

Commit c69df08

Browse files
authored
chore: Update dependabot.yml to add groups (#141)
1 parent c3eafae commit c69df08

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
@@ -9,13 +9,21 @@ updates:
99
directory: /
1010
schedule:
1111
interval: "weekly"
12+
groups:
13+
actions:
14+
patterns:
15+
- "*"
1216
commit-message:
1317
# Prefix commit message with "chore: "
1418
prefix: "chore"
1519
- package-ecosystem: pip
1620
directory: /
1721
schedule:
1822
interval: "weekly"
23+
groups:
24+
pip:
25+
patterns:
26+
- "*"
1927
commit-message:
2028
# Prefix commit message with "chore: "
2129
prefix: "chore"

0 commit comments

Comments
 (0)