.github: add explicit dependabot

This also updates the existing dependencies.
This commit is contained in:
Jimmy Zelinskie
2021-05-06 15:26:11 -04:00
parent e7f43ee924
commit 4224e1ac6b
3 changed files with 76 additions and 154 deletions

16
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"