Skip to content

Commit bd75926

Browse files
committed
chore(.github): group dependabot PRs and reduce frequency for thirdpary
1 parent 02080e9 commit bd75926

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

.github/dependabot.yml

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,38 @@
11
version: 2
22
updates:
3+
# Track in case we ever add dependencies.
34
- package-ecosystem: 'gomod'
45
directories:
56
- '/'
7+
schedule:
8+
interval: 'weekly'
9+
commit-message:
10+
prefix: 'chore'
11+
12+
# Keep examples up-to-date.
13+
- package-ecosystem: 'gomod'
14+
directories:
615
- '/internal/examples'
7-
- '/internal/thirdparty'
816
schedule:
917
interval: 'weekly'
18+
commit-message:
19+
prefix: 'chore'
20+
labels: []
21+
groups:
22+
examples:
23+
patterns:
24+
- '*'
25+
26+
# Tests, these are not critical but we should keep them up-to-date.
27+
- package-ecosystem: 'gomod'
28+
directories:
29+
- '/internal/thirdparty'
30+
schedule:
31+
interval: 'monthly'
32+
commit-message:
33+
prefix: 'chore'
34+
labels: []
35+
groups:
36+
thirdparty:
37+
patterns:
38+
- '*'

0 commit comments

Comments
 (0)