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
Failed to generate hash of commit

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"