Skip to content

Commit 066281c

Browse files
authored
Merge pull request #2198 from db-ux-design-system/fix-dependabot-added-explicit-patterns-definition-to-patch-dependencies-group
fix(dependabot): added explicit `patterns` definition to patch depend…
2 parents e63c94b + 5cfa09f commit 066281c

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
@@ -24,6 +24,8 @@ updates:
2424
patch-dependencies:
2525
update-types:
2626
- "patch"
27+
patterns:
28+
- "*"
2729
typescript-eslint:
2830
patterns:
2931
- "@typescript-eslint*"
@@ -46,6 +48,8 @@ updates:
4648
patch-dependencies:
4749
update-types:
4850
- "patch"
51+
patterns:
52+
- "*"
4953

5054
- package-ecosystem: "npm"
5155
directory: "/react-tailwind-template"
@@ -61,6 +65,8 @@ updates:
6165
patch-dependencies:
6266
update-types:
6367
- "patch"
68+
patterns:
69+
- "*"
6470

6571
- package-ecosystem: "npm"
6672
directory: "/vue-example"
@@ -76,3 +82,5 @@ updates:
7682
patch-dependencies:
7783
update-types:
7884
- "patch"
85+
patterns:
86+
- "*"

0 commit comments

Comments
 (0)