Skip to content

Commit 57ddad6

Browse files
authored
feat: dependabot workflow automation for updating dependency
Signed-off-by: Pratik Raj <[email protected]>
1 parent bea4540 commit 57ddad6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "daily"
8+
9+
# Dependencies listed in go.mod
10+
- package-ecosystem: "gomod"
11+
directory: "/" # Location of package manifests
12+
schedule:
13+
interval: "weekly"

0 commit comments

Comments
 (0)