Create dependabot.yml

This commit is contained in:
Miguel Freitas
2021-02-12 21:33:36 +00:00
committed by GitHub
parent f99e2c6536
commit 6acf27bca0

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

@ -0,0 +1,14 @@
# https://help.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 docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"