Skip to content

Commit 38c6fdc

Browse files
authored
Manage babel alongside webpack
1 parent ef85cab commit 38c6fdc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ updates:
2222
day: friday
2323
open-pull-requests-limit: 99
2424
groups:
25-
babel:
26-
patterns: ["@babel/*"]
2725
jasmine:
2826
patterns: ["jasmine*", "@types/jasmine*"]
2927
webpack:
30-
patterns: ["webpack*", "@types/webpack*", "*-loader", "*-webpack-plugin", "*mini-css-extract-plugin"]
28+
patterns: ["webpack*", "@types/webpack*", "*-loader", "*-webpack-plugin", "*mini-css-extract-plugin", "@babel/*"]
3129
exclude-patterns: ["karma-*-loader"]
3230
types:
3331
patterns: ["@types/*"]

0 commit comments

Comments
 (0)