Skip to content

Commit 5391719

Browse files
authored
feat : dependabot workflow automation for updating dependency
Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
1 parent 331021b commit 5391719

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
# Dependencies listed in go.mod
4+
- package-ecosystem: "gomod"
5+
directory: "/" # Location of package manifests
6+
schedule:
7+
interval: "weekly"
8+
9+
# Dependencies listed in .github/workflows/*.yml
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"

0 commit comments

Comments
 (0)