Skip to content

Commit 871dc71

Browse files
authored
Update dependabot.yml
1 parent de67b5d commit 871dc71

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
groups:
13+
pip:
14+
patterns:
15+
- '*'
1216
- package-ecosystem: "github-actions" # See documentation for possible values
1317
directory: ".github/workflows" # Location of package manifests
1418
schedule:
1519
interval: "weekly"
20+
groups:
21+
github:
22+
patterns:
23+
- '*'

0 commit comments

Comments
 (0)