Skip to content

Commit 5ff4362

Browse files
committed
chore: update renovate.json5
1 parent d176b39 commit 5ff4362

File tree

4 files changed

+72
-780
lines changed

4 files changed

+72
-780
lines changed

.github/renovate.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
3+
"dependencyDashboardApproval": true,
34
postUpdateOptions: ['yarnDedupeHighest'],
45
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"globals": "16.0.0",
4141
"jest-snapshot-serializer-raw": "2.0.0",
4242
"lines-and-columns": "2.0.4",
43-
"npm-run-all": "4.1.5",
43+
"npm-run-all2": "7.0.2",
4444
"prettier": "3.5.3",
4545
"standard-version": "9.5.0",
4646
"typescript": "5.8.2",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"skipLibCheck": true,
1010
"types": ["vitest/globals"]
1111
},
12-
"include": ["src/**/*.ts", "tests/**/*.ts"]
12+
"include": ["src/**/*.ts", "tests/**/*.ts", "vitest.config.ts"]
1313
}

0 commit comments

Comments
 (0)