Skip to content

Commit 5348959

Browse files
authored
Merge pull request #1772 from db-ux-design-system/refactor-dependabot-corrected-typescript-eslint-pattern
feat(dependabot): established typescript-eslint pattern
2 parents d4f8abf + 6a098ee commit 5348959

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ updates:
2020
pull-request-branch-name:
2121
separator: "-"
2222
versioning-strategy: increase
23+
groups:
24+
typescript-eslint:
25+
patterns:
26+
- "@typescript-eslint*"
27+
- "typescript-eslint"
28+
update-types:
29+
- "major"
30+
- "minor"
31+
- "patch"
2332

2433
- package-ecosystem: "npm"
2534
directory: "/react-example"

0 commit comments

Comments
 (0)