Skip to content

Commit fa5ec98

Browse files
committed
add pip group to dependabot config
for bumping git-cliff automatically and group dependabot updates into 1 PR (for each ecosystem)
1 parent f36d5db commit fa5ec98

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@ updates:
99
directory: /
1010
schedule:
1111
interval: "monthly"
12+
groups:
13+
actions:
14+
patterns:
15+
- "*"
16+
- package-ecosystem: pip
17+
directory: .github/
18+
schedule:
19+
interval: "monthly"
20+
groups:
21+
pip:
22+
patterns:
23+
- "*"

0 commit comments

Comments
 (0)