Skip to content

Commit 0658f1f

Browse files
authored
Merge pull request #1257 from db-ux-design-system/mfranzke-patch-4
fix(dependabot): added explicit `patterns` definition for patch group
2 parents 6d1b5c3 + 5253c16 commit 0658f1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ updates:
2121
patch-dependencies:
2222
update-types:
2323
- "patch"
24+
patterns:
25+
- "*"
2426
typescript-eslint:
2527
patterns:
2628
- "@typescript-eslint*"

0 commit comments

Comments
 (0)