Skip to content

Commit 84a523f

Browse files
authored
Merge pull request #1921 from db-ux-design-system/refactor-dependabot-enabled-grouped-patch-PRs
refactor(dependabot): enabled grouped patch PRs
2 parents 44cae0b + 68f9c94 commit 84a523f

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,16 @@ updates:
2121
separator: "-"
2222
versioning-strategy: increase
2323
groups:
24+
patch-dependencies:
25+
update-types:
26+
- "patch"
2427
typescript-eslint:
2528
patterns:
2629
- "@typescript-eslint*"
2730
- "typescript-eslint"
2831
update-types:
2932
- "major"
3033
- "minor"
31-
- "patch"
3234

3335
- package-ecosystem: "npm"
3436
directory: "/react-example"
@@ -40,6 +42,10 @@ updates:
4042
pull-request-branch-name:
4143
separator: "-"
4244
versioning-strategy: increase
45+
groups:
46+
patch-dependencies:
47+
update-types:
48+
- "patch"
4349

4450
- package-ecosystem: "npm"
4551
directory: "/react-tailwind-template"
@@ -51,6 +57,10 @@ updates:
5157
pull-request-branch-name:
5258
separator: "-"
5359
versioning-strategy: increase
60+
groups:
61+
patch-dependencies:
62+
update-types:
63+
- "patch"
5464

5565
- package-ecosystem: "npm"
5666
directory: "/vue-example"
@@ -62,3 +72,7 @@ updates:
6272
pull-request-branch-name:
6373
separator: "-"
6474
versioning-strategy: increase
75+
groups:
76+
patch-dependencies:
77+
update-types:
78+
- "patch"

0 commit comments

Comments
 (0)