Skip to content

Commit 80a454b

Browse files
committed
fix: test package dependecies
1 parent d815294 commit 80a454b

2 files changed

Lines changed: 21 additions & 9 deletions

File tree

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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*"

packages/msgraph-sdk-tests/package.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,11 @@
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": {

0 commit comments

Comments
 (0)