Add Dependabot configuration for GitHub Actions

This commit is contained in:
Daniel Winkler 2025-08-28 00:01:20 +10:00 committed by GitHub
commit 45859b2c64
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"