We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c8afd commit 6516613Copy full SHA for 6516613
packages/config/vitest.config.mts
@@ -4,6 +4,5 @@ export default defineConfig({
4
test: {
5
root: './src',
6
globals: true,
7
- isolate: false,
8
},
9
});
renovate.json
@@ -0,0 +1,28 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "timezone": "Europe/Amsterdam",
+ "extends": [
+ "config:recommended",
+ "schedule:daily",
+ ":dependencyDashboard",
+ ":approveMajorUpdates",
+ "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