Configure Dependabot to update Github actions

This commit is contained in:
Bruno Alla 2020-09-09 14:25:12 +02:00
parent 9b81501a1b
commit 996b958feb

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

@ -0,0 +1,10 @@
# Config for Dependabot updates. See Documentation here:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# Update Github actions in workflows
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"