Merge pull request #35 from Cysharp/ci/dependabot

ci: add depndabot.yaml to update github-actions
This commit is contained in:
Yoshifumi Kawai 2024-06-10 14:50:12 +09:00 committed by GitHub
commit 229ad89a02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1,7 @@
# ref: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly" # Check for updates to GitHub Actions every week