Skip to content

Commit 25ad687

Browse files
authored
refactor: move patch dependencies grouping to the last position (#5362)
Try out putting automatic grouping of patch updates to reduce PR noise last in the list instead of first, to reenable both grouped npmjs organization packages, as well as these patch dependencies.
1 parent 878be51 commit 25ad687

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ updates:
4747
# https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437
4848
versioning-strategy: increase
4949
groups:
50-
# Automatically group all patch updates to reduce PR noise
51-
patch-dependencies:
52-
update-types:
53-
- "patch"
54-
patterns:
55-
- "*"
5650
# Major framework dependencies - group by framework for better review
5751
angular:
5852
patterns:
@@ -153,3 +147,9 @@ updates:
153147
update-types:
154148
- "minor"
155149
- "major"
150+
# Automatically group all patch updates to reduce PR noise
151+
patch-dependencies:
152+
update-types:
153+
- "patch"
154+
patterns:
155+
- "*"

0 commit comments

Comments
 (0)