Skip to content

Commit 485aea9

Browse files
committed
Included Dependabot
Enable dependabot to get security updates and if needed version updates on dependencies.
1 parent 8b96dc6 commit 485aea9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gomod
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
- package-ecosystem: gomod
8+
directory: "/cmd"
9+
schedule:
10+
interval: daily
11+
- package-ecosystem: docker
12+
directory: "/deploy"
13+
schedule:
14+
interval: daily
15+
- package-ecosystem: "github-actions"
16+
directory: "/"
17+
schedule:
18+
interval: "daily"

0 commit comments

Comments
 (0)