Skip to content

Commit

Permalink
Merge pull request #385 from Rajpratik71/Rajpratik71-patch-1
Browse files Browse the repository at this point in the history
feat: dependabot workflow automation for updating dependency
  • Loading branch information
jpillora authored Oct 31, 2022
2 parents bea4540 + 57ddad6 commit d79bebe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ updates:
directory: "/"
schedule:
interval: "daily"

# Dependencies listed in go.mod
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

0 comments on commit d79bebe

Please sign in to comment.