chore: enable dependabot

. Check GitHub Actions, Go modules and Docker
This commit is contained in:
pancho horrillo
2020-10-01 17:43:42 +02:00
parent 1f5ea34a44
commit d9c840f70f
2 changed files with 17 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/.github/go"
schedule:
interval: "daily"
+1
View File
@@ -0,0 +1 @@
FROM golang:1.14.3