feat: Add dependabot configuration

Add dependabot configuration to get automated version and security
updates on go.mod and GitHub Actions
This commit is contained in:
wwuck 2021-11-03 17:38:35 +11:00
parent 8ee6c9423b
commit c4f5e8b3f9
1 changed files with 12 additions and 0 deletions

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

@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
# Check for updates once a day
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"