Skip to content

Commit d79bebe

Browse files
authored
Merge pull request jpillora#385 from Rajpratik71/Rajpratik71-patch-1
feat: dependabot workflow automation for updating dependency
2 parents bea4540 + 57ddad6 commit d79bebe

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)