File tree Expand file tree Collapse file tree
packages/msgraph-sdk-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,3 +20,20 @@ updates:
2020 schedule :
2121 interval : weekly
2222 open-pull-requests-limit : 10
23+
24+ # Check test package dependencies
25+ - package-ecosystem : npm
26+ directory : " /packages/msgraph-sdk-tests"
27+ schedule :
28+ interval : weekly
29+ open-pull-requests-limit : 10
30+ commit-message :
31+ # Prefix all commit messages with "npm"
32+ prefix : " auto dependabot"
33+ groups :
34+ kiota-dependencies :
35+ patterns :
36+ - " *kiota*"
37+ eslint :
38+ patterns :
39+ - " *eslint*"
Original file line number Diff line number Diff line change 2424 },
2525 "dependencies" : {
2626 "@azure/identity" : " ^4.0.1" ,
27- "@microsoft/kiota-abstractions " : " ^1.0.0-preview.39 " ,
27+ "@microsoft/kiota-bundle " : " ^1.0.0-preview.92 " ,
2828 "@microsoft/kiota-authentication-azure" : " ^1.0.0-preview.32" ,
29- "@microsoft/kiota-http-fetchlibrary" : " ^1.0.0-preview.36" ,
30- "@microsoft/kiota-serialization-form" : " ^1.0.0-preview.28" ,
31- "@microsoft/kiota-serialization-json" : " ^1.0.0-preview.39" ,
32- "@microsoft/kiota-serialization-multipart" : " ^1.0.0-preview.18" ,
33- "@microsoft/kiota-serialization-text" : " ^1.0.0-preview.36" ,
34- "@microsoft/msgraph-sdk" : " ^1.0.0-preview.30" ,
35- "@microsoft/msgraph-sdk-core" : " ^1.0.0-preview.2" ,
36- "@microsoft/msgraph-sdk-users" : " ^1.0.0-preview.30" ,
29+ "@microsoft/msgraph-sdk" : " ^1.0.0-preview.49" ,
30+ "@microsoft/msgraph-sdk-core" : " ^1.0.0-preview.49" ,
31+ "@microsoft/msgraph-sdk-users" : " ^1.0.0-preview.49" ,
3732 "tslib" : " ^2.6.2"
3833 },
3934 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments