Skip to content

Commit 6fd9b9c

Browse files
authored
ci: add gomod to dependabot config (#70)
1 parent b871e5a commit 6fd9b9c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
---
21
version: 2
32
updates:
3+
# GitHub actions
44
- package-ecosystem: "github-actions"
5-
directories:
6-
- "/"
7-
- "/.github/actions/*"
5+
directory: "/"
6+
reviewers:
7+
- "elastic/observablt-ci"
88
schedule:
99
interval: "weekly"
1010
day: "sunday"
@@ -13,3 +13,8 @@ updates:
1313
github-actions:
1414
patterns:
1515
- "*"
16+
# go dependencies
17+
- package-ecosystem: "gomod"
18+
directory: "/"
19+
schedule:
20+
interval: "daily"

0 commit comments

Comments
 (0)