ci(dependabot): add configuration to update github-actions

Signed-off-by: Luís Ferreira <contact@lsferreira.net>
This commit is contained in:
Luís Ferreira 2022-03-29 19:04:19 +01:00
parent 6673cd052c
commit b0c2898622
No known key found for this signature in database
GPG Key ID: 730750D54B7A9F66

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

@ -0,0 +1,7 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"