File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,18 @@ updates:
9
9
directory : ' /' # Location of package manifests
10
10
schedule :
11
11
interval : ' daily'
12
+ groups :
13
+ actions-deps :
14
+ patterns :
15
+ - ' *'
12
16
- package-ecosystem : ' github-actions' # See documentation for possible values
13
17
directory : ' /' # Location of package manifests
14
18
schedule :
15
19
interval : ' daily'
20
+ groups :
21
+ actions-deps :
22
+ patterns :
23
+ - ' *'
16
24
- package-ecosystem : ' npm' # See documentation for possible values
17
25
directory : ' /' # Location of package manifests
18
26
schedule :
@@ -21,3 +29,14 @@ updates:
21
29
actions-deps :
22
30
patterns :
23
31
- ' *'
32
+ exclude-patterns :
33
+ - ' @changesets/*'
34
+ - ' typescript'
35
+ - ' ^@theguild/'
36
+ - ' next'
37
+ - ' tailwindcss'
38
+ - ' husky'
39
+ - ' @pulumi/*'
40
+ update-types :
41
+ - ' minor'
42
+ - ' patch'
You can’t perform that action at this time.
0 commit comments