Added dependabot configuration

This commit is contained in:
Felipe Martin Garcia 2022-10-11 23:55:18 +02:00 committed by GitHub
parent 05fee53bd0
commit 20b4efa49b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,15 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
# Maintain dependencies for Golang
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"