Add Dependabot configuration for GitHub Actions updates (#1217)

Co-authored-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Ewout ter Hoeven 2024-10-09 17:16:26 +02:00 committed by GitHub
parent cfaa6008e6
commit 7dea289066
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:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"