chore: setup dependabot to update github actions pins

This commit is contained in:
Arthur Meyre
2021-09-14 18:15:17 +02:00
parent 1666dfc3f1
commit ced607a616

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

@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every sunday
interval: "weekly"
day: "sunday"