Skip to content

Commit

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

# Dependencies listed in .github/workflows/*.yml
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

# Dependencies listed in Dockerfile
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 0b2f17e

Please sign in to comment.