This commit is contained in:
Scott Brenner 2025-12-14 11:02:46 +01:00 committed by GitHub
commit 365c5e8834
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1,9 @@
version: 2
updates:
# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
# Look for GitHub Actions workflows in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"