Skip to content

Commit f97314c

Browse files
authored
added grouping to dependabot config (#3105)
1 parent bb43fbe commit f97314c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,20 @@ updates:
1717
labels:
1818
- "dependabot"
1919
- "dependencies"
20+
groups:
21+
# Groups all recommended minor and patch updates with a security designation into a single PR
22+
security:
23+
applies-to: security-updates
24+
patterns:
25+
- "*"
26+
update-types:
27+
- "minor"
28+
- "patch"
29+
# Groups all minor and patch non-security designated version updates into a single PR
30+
notsecurity:
31+
applies-to: version-updates
32+
patterns:
33+
- "*"
34+
update-types:
35+
- "minor"
36+
- "patch"

0 commit comments

Comments
 (0)