Keep github actions up to date thanks to dependabot.

This commit is contained in:
Kevin Deldycke
2020-08-03 14:37:30 +02:00
parent 3a6943843b
commit 72cd8f0d00

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

@@ -0,0 +1,12 @@
# https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "CI/CD"
assignees:
- "kdeldycke"