Configure Dependabot for GitHub Actions updates

Removed comments and specified package ecosystem for GitHub Actions.
This commit is contained in:
Koji Wakamiya 2025-12-15 10:02:03 +09:00 committed by GitHub
parent 184d821467
commit f6a6eda58a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

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

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