Skip to content

Commit 649c625

Browse files
committed
feat: review comments, dependabot label, vitest version
1 parent e67ed30 commit 649c625

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,7 @@ updates:
192192
- package-ecosystem: "npm"
193193
directory: "/templates/mle-ts-sample/"
194194
schedule:
195-
interval: "monthly"
195+
interval: "monthly"
196+
labels:
197+
- "dependencies"
198+
- "templates-mle"

templates/mle-ts-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"typescript": "^5.7.3",
77
"esbuild": "0.25.1",
88
"oracledb": "^6.7.1",
9-
"vitest": "^1.0.0"
9+
"vitest": "^3.1.2"
1010
},
1111
"scripts": {
1212
"build": "esbuild src/index.ts --bundle --minify=false --platform=neutral --format=esm --outfile=dist/index.js",

0 commit comments

Comments
 (0)