File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,32 @@ updates:
13
13
ag-grid :
14
14
patterns :
15
15
- " 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-*"
16
30
react :
17
31
patterns :
18
32
- " react"
19
33
- " react-dom"
20
34
stylelint :
21
35
patterns :
22
36
- " stylelint*"
37
+ webpack :
38
+ patterns :
39
+ - " webpack"
40
+ - " webpack-*"
41
+ - " *-loader"
23
42
24
43
- package-ecosystem : " github-actions"
25
44
directory : " /"
Original file line number Diff line number Diff line change 64
64
- Switched from Yarn PnP to node-modules to fix issues running tests with Node v20+
65
65
- Switched connection for timetable parsing from ` RequireEMS ` to ` AllowEMS `
66
66
- Fixed dependency caching in CircleCI configuration
67
+ - Added dependency groups to Dependabot configuration
67
68
68
69
## [ 0.6.0] - 2024-06-24
69
70
You can’t perform that action at this time.
0 commit comments