chore: enable dependabot
. Check GitHub Actions, Go modules and Docker
This commit is contained in:
@@ -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"
|
||||
@@ -0,0 +1 @@
|
||||
FROM golang:1.14.3
|
||||
Reference in New Issue
Block a user