Skip to content

Commit bd5f77a

Browse files
authored
Added dependency groups to Dependabot configuration (#1550)
1 parent 20f2a62 commit bd5f77a

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,32 @@ updates:
1313
ag-grid:
1414
patterns:
1515
- "ag-grid-*"
16+
babel:
17+
patterns:
18+
- "@babel/*"
19+
eslint:
20+
patterns:
21+
- "eslint"
22+
- "eslint-*"
23+
fort-awesome:
24+
patterns:
25+
- "@fortawesome/*"
26+
jest:
27+
patterns:
28+
- "jest"
29+
- "jest-*"
1630
react:
1731
patterns:
1832
- "react"
1933
- "react-dom"
2034
stylelint:
2135
patterns:
2236
- "stylelint*"
37+
webpack:
38+
patterns:
39+
- "webpack"
40+
- "webpack-*"
41+
- "*-loader"
2342

2443
- package-ecosystem: "github-actions"
2544
directory: "/"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
- Switched from Yarn PnP to node-modules to fix issues running tests with Node v20+
6565
- Switched connection for timetable parsing from `RequireEMS` to `AllowEMS`
6666
- Fixed dependency caching in CircleCI configuration
67+
- Added dependency groups to Dependabot configuration
6768

6869
## [0.6.0] - 2024-06-24
6970

0 commit comments

Comments
 (0)