Skip to content

Commit c0f45df

Browse files
authored
Enable dependabot for the go client (#204)
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent f15a37b commit c0f45df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ updates:
2424
update-types:
2525
- "minor"
2626
- "patch"
27+
28+
- package-ecosystem: "gomod"
29+
directory: "/clients/go-tuf/"
30+
schedule:
31+
interval: "weekly"

0 commit comments

Comments
 (0)