File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 8
8
---
9
9
version : 2
10
10
updates :
11
+ # Update all workflows and local composite actions.
11
12
- package-ecosystem : github-actions
12
13
directories :
14
+ # "/" is a special case that includes ".github/workflows/*"
13
15
- ' /'
14
16
- ' .github/actions/*'
15
17
schedule :
@@ -18,3 +20,18 @@ updates:
18
20
groups :
19
21
all-github-actions :
20
22
patterns : ['*']
23
+
24
+ # Go "x" modules and Go and Google gRPC modules:
25
+ # https://pkg.go.dev/golang.org/x
26
+ # https://cloud.google.com/go/google.golang.org
27
+ - package-ecosystem : gomod
28
+ directory : ' /'
29
+ schedule :
30
+ interval : weekly
31
+ day : wednesday
32
+ groups :
33
+ golang-org-modules :
34
+ patterns :
35
+ - ' golang.org/x/*'
36
+ - ' github.com/golang/*'
37
+ - ' google.golang.org/*'
You can’t perform that action at this time.
0 commit comments