File tree Expand file tree Collapse file tree 1 file changed +56
-10
lines changed Expand file tree Collapse file tree 1 file changed +56
-10
lines changed Original file line number Diff line number Diff line change
1
+ # ###############################################################################
2
+ # Base Configuration
3
+ # ###############################################################################
1
4
version : 2
2
5
3
6
updates :
7
+ # ###############################################################################
8
+ # NPM Dependencies
9
+ # ###############################################################################
4
10
- package-ecosystem : npm
5
11
directory : " /"
6
12
labels :
7
13
- " automerge"
8
14
schedule :
9
- interval : daily
15
+ interval : weekly
10
16
open-pull-requests-limit : 25
17
+
11
18
groups :
12
- drizzle :
19
+ # ###########################################################################
20
+ # Minor and Patch Updates
21
+ # ###########################################################################
22
+ effect-minor-patch :
23
+ patterns :
24
+ - " @effect/*"
25
+ - " effect"
26
+ update-types : ["minor", "patch"]
27
+
28
+ drizzle-minor-patch :
13
29
patterns :
30
+ - " drizzle-orm"
14
31
- " drizzle-kit"
32
+ update-types : ["minor", "patch"]
33
+
34
+ other-minor-patch :
35
+ patterns : ["*"]
36
+ exclude-patterns :
37
+ - " @effect/*"
38
+ - " effect"
15
39
- " drizzle-orm"
16
- effect :
40
+ - " drizzle-kit"
41
+ update-types : ["minor", "patch"]
42
+
43
+ # ###########################################################################
44
+ # Major Updates
45
+ # ###########################################################################
46
+ effect-major :
17
47
patterns :
18
48
- " @effect/*"
19
49
- " effect"
20
- otel :
50
+ update-types : ["major"]
51
+
52
+ drizzle-major :
21
53
patterns :
22
- - " @opentelemetry/*"
23
- tooling :
54
+ - " drizzle-orm"
55
+ - " drizzle-kit"
56
+ update-types : ["major"]
57
+
58
+ typescript-major :
24
59
patterns :
25
60
- " typescript"
26
- - " turbo"
27
- - " tsx"
28
- - " dprint"
29
- - " @microsoft/api-extractor"
61
+ - " @typescript-eslint/*"
62
+ - " @total-typescript/*"
63
+ update-types : ["major"]
64
+
65
+ vitest-major :
66
+ patterns :
67
+ - " vitest"
68
+ - " @vitest/*"
69
+ update-types : ["major"]
70
+
71
+ # ###############################################################################
72
+ # GitHub Actions
73
+ # ###############################################################################
30
74
- package-ecosystem : github-actions
31
75
directory : " /"
76
+ labels :
77
+ - " automerge"
32
78
schedule :
33
79
interval : weekly
You can’t perform that action at this time.
0 commit comments