enable dependabot to update github-actions

This commit is contained in:
Naoki Oketani
2022-03-06 20:08:39 +09:00
parent 01882980c1
commit 276d321c3b

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"