Add dependabot to automate updating of github actions (#316)

This commit is contained in:
Rok Garbas 2021-06-08 14:03:18 +02:00 committed by GitHub
parent ce08a87665
commit 519f18e5a5
Failed to generate hash of commit

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

@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: '00:00'
timezone: UTC
open-pull-requests-limit: 10
commit-message:
prefix: "Dependabot"
include: "scope"