Skip to content

Commit b2a7e51

Browse files
authored
Add dependabot.yml (#306)
1 parent 050c5e0 commit b2a7e51

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
@@ -0,0 +1,17 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
day: "saturday"
9+
assignees:
10+
- "mfridman"
11+
- package-ecosystem: "gomod"
12+
directory: "/"
13+
schedule:
14+
interval: "weekly"
15+
day: "saturday"
16+
assignees:
17+
- "mfridman"

0 commit comments

Comments
 (0)