Skip to content

Commit bdc89e7

Browse files
CopilotMalcolmnixon
andcommitted
Add Dependabot PR grouping configuration
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
1 parent 963ed57 commit bdc89e7

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
@@ -6,6 +6,8 @@ updates:
66
directory: "/"
77
schedule:
88
interval: "weekly"
9+
day: "monday"
10+
open-pull-requests-limit: 10
911
labels:
1012
- "dependencies"
1113
- "github-actions"
@@ -15,6 +17,12 @@ updates:
1517
directory: "/"
1618
schedule:
1719
interval: "weekly"
20+
day: "monday"
21+
open-pull-requests-limit: 10
1822
labels:
1923
- "dependencies"
2024
- "nuget"
25+
groups:
26+
nuget-dependencies:
27+
patterns:
28+
- "*"

0 commit comments

Comments
 (0)