Skip to content

Commit

Permalink
feat: dependabot workflow automation for updating dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Pratik Raj <[email protected]>
  • Loading branch information
Rajpratik71 authored and jeffwidman committed Nov 2, 2022
1 parent e414ad8 commit 43aa913
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
# Dependencies listed in go.mod
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

0 comments on commit 43aa913

Please sign in to comment.