Skip to content

Commit 6516613

Browse files
committed
Add renovate and attempt to fix tests again in CI
1 parent 24c8afd commit 6516613

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

packages/config/vitest.config.mts

-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ export default defineConfig({
44
test: {
55
root: './src',
66
globals: true,
7-
isolate: false,
87
},
98
});

renovate.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"timezone": "Europe/Amsterdam",
4+
"extends": [
5+
"config:recommended",
6+
"schedule:daily",
7+
":dependencyDashboard",
8+
":approveMajorUpdates",
9+
"npm:unpublishSafe"
10+
],
11+
"patch": {
12+
"enabled": false
13+
},
14+
"packageRules": [
15+
{
16+
"matchDatasources": [
17+
"npm"
18+
],
19+
"matchUpdateTypes": [
20+
"minor",
21+
"patch",
22+
"pin",
23+
"digest"
24+
],
25+
"groupName": "npm (minor updates)"
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)