ci: Enable Dependabot for GitHub Actions (#11)

This commit is contained in:
takuya kodama 2025-05-19 12:58:46 +08:00 committed by GitHub
parent c9fbd8aada
commit 30d11b4d28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"