Skip to content

Commit c5b78d6

Browse files
committed
Use Dependabot to update Go and gRPC modules
1 parent 8f4e976 commit c5b78d6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
---
99
version: 2
1010
updates:
11+
# Update all workflows and local composite actions.
1112
- package-ecosystem: github-actions
1213
directories:
14+
# "/" is a special case that includes ".github/workflows/*"
1315
- '/'
1416
- '.github/actions/*'
1517
schedule:
@@ -18,3 +20,18 @@ updates:
1820
groups:
1921
all-github-actions:
2022
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/*'

0 commit comments

Comments
 (0)