Skip to content

Commit 93e7278

Browse files
authored
Change: Group Dependabot updates into single PR (#932)
This groups multiple dependency updates into a single pull request when they are submitted by Dependabot. The ability to process dependency updates through a single pull request reduces the workload for repository maintenance. See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups for details on this functionality.
1 parent ebe4044 commit 93e7278

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ updates:
55
schedule:
66
interval: weekly
77
time: "04:00"
8+
groups:
9+
python-packages:
10+
patterns:
11+
- "*"
812
open-pull-requests-limit: 10
913

1014
- package-ecosystem: "github-actions"
1115
directory: "/"
1216
schedule:
1317
interval: "weekly"
18+
groups:
19+
github-actions:
20+
patterns:
21+
- "*"

0 commit comments

Comments
 (0)