Add Dependabot configuration for GitHub Actions

This commit is contained in:
Daniel 2025-09-05 15:23:36 +10:00 committed by GitHub
commit 1c532b0f7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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

@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"