Skip to content

Commit

Permalink
Reduced dependabot check interval + dependency updates (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai authored May 20, 2024
1 parent 0a35509 commit 18198de
Show file tree
Hide file tree
Showing 11 changed files with 381 additions and 185 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/packages/common" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"

- package-ecosystem: "npm"
directory: "/packages/credentials"
schedule:
interval: "weekly"
interval: "monthly"

- package-ecosystem: "npm"
directory: "/packages/crypto"
schedule:
interval: "weekly"
interval: "monthly"

- package-ecosystem: "npm"
directory: "/packages/crypto-aws-kms"
schedule:
interval: "weekly"
interval: "monthly"

- package-ecosystem: "npm"
directory: "/packages/dids"
schedule:
interval: "weekly"
interval: "monthly"
2 changes: 1 addition & 1 deletion packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"c8": "9.1.0",
"chai": "4.3.10",
"esbuild": "0.19.8",
"eslint": "9.2.0",
"eslint": "9.3.0",
"eslint-plugin-mocha": "10.4.3",
"mocha": "10.2.0",
"mocha-junit-reporter": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"c8": "9.1.0",
"chai": "4.3.10",
"esbuild": "0.19.8",
"eslint": "9.2.0",
"eslint": "9.3.0",
"eslint-plugin-mocha": "10.4.3",
"mocha": "10.2.0",
"mocha-junit-reporter": "2.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/crypto-aws-kms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@
"c8": "9.1.0",
"chai": "5.1.1",
"chai-as-promised": "7.1.2",
"eslint": "9.2.0",
"eslint": "9.3.0",
"eslint-plugin-mocha": "10.4.3",
"mocha": "10.4.0",
"mocha-junit-reporter": "2.2.1",
"playwright": "1.44.0",
"rimraf": "5.0.7",
"sinon": "18.0.0",
"source-map-loader": "5.0.0",
"typescript": "5.1.6"
"typescript": "5.4.5"
}
}
1 change: 1 addition & 0 deletions packages/crypto-aws-kms/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
],
"target": "ES5",
"module": "CommonJS",
"moduleResolution": "Node",
"outDir": "dist/cjs",
"declaration": false,
"declarationMap": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"chai": "5.1.1",
"chai-as-promised": "7.1.2",
"esbuild": "0.19.8",
"eslint": "9.2.0",
"eslint": "9.3.0",
"eslint-plugin-mocha": "10.4.3",
"mocha": "10.4.0",
"mocha-junit-reporter": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"c8": "9.1.0",
"chai": "4.3.10",
"esbuild": "0.19.8",
"eslint": "9.2.0",
"eslint": "9.3.0",
"eslint-plugin-mocha": "10.4.3",
"mocha": "10.4.0",
"mocha-junit-reporter": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/identity-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"chai": "4.3.10",
"chai-as-promised": "7.1.1",
"esbuild": "0.19.8",
"eslint": "9.2.0",
"eslint": "9.3.0",
"eslint-plugin-mocha": "10.4.3",
"mocha": "10.2.0",
"mocha-junit-reporter": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"chai": "4.3.10",
"chai-as-promised": "7.1.1",
"esbuild": "0.19.8",
"eslint": "9.2.0",
"eslint": "9.3.0",
"eslint-plugin-mocha": "10.4.3",
"mocha": "10.2.0",
"mocha-junit-reporter": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/user-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"chai": "4.3.10",
"chai-as-promised": "7.1.1",
"esbuild": "0.19.8",
"eslint": "9.2.0",
"eslint": "9.3.0",
"eslint-plugin-mocha": "10.4.3",
"mocha": "10.2.0",
"mocha-junit-reporter": "2.2.1",
Expand Down
Loading

0 comments on commit 18198de

Please sign in to comment.