Skip to content

Commit cd748b7

Browse files
committed
Configure Dependabot for updates to Go dependencies
1 parent 81be80c commit cd748b7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ updates:
1212
labels:
1313
- "topic: infrastructure"
1414

15+
- package-ecosystem: gomod
16+
directory: /
17+
schedule:
18+
interval: daily
19+
labels:
20+
- "topic: infrastructure"
21+
- package-ecosystem: gomod
22+
directory: /docsgen/
23+
schedule:
24+
interval: daily
25+
labels:
26+
- "topic: infrastructure"
27+
1528
- package-ecosystem: pip
1629
directory: /
1730
schedule:

0 commit comments

Comments
 (0)