Skip to content

Commit 6f4c57c

Browse files
Update dependabot to do all upgrades in single PR
1 parent d6bdc4b commit 6f4c57c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,19 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
groups:
13+
python-dependencies:
14+
# A name for the group has to be provided. The name will be used in PR titles and branch names.
15+
patterns:
16+
- "*"
17+
18+
- package-ecosystem: "github-actions"
19+
directory: "/"
20+
schedule:
21+
interval: "weekly"
22+
# Group all GitHub Actions updates into a single PR.
23+
groups:
24+
github-actions:
25+
patterns:
26+
- "*"
27+

0 commit comments

Comments
 (0)