Skip to content

Commit e49abbb

Browse files
authored
Add Babel and ESLint groups to Dependabot configuration
Signed-off-by: echo094 <20028238+echo094@users.noreply.github.com>
1 parent 462fae1 commit e49abbb

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ updates:
1212
groups:
1313
# Specify a name for the group, which will be used in pull request titles
1414
# and branch names
15-
minor-and-patch:
15+
babel:
1616
applies-to: version-updates
17-
update-types:
18-
- "minor"
19-
- "patch"
17+
patterns:
18+
- "@babel/*"
19+
eslint:
20+
applies-to: version-updates
21+
patterns:
22+
- "eslint"
23+
- "eslint-*"

0 commit comments

Comments
 (0)