Enable Dependabot for GitHub Actions (#2927)

This commit is contained in:
Eric Lippmann 2024-10-22 15:50:03 +02:00 committed by GitHub
commit 21aaa77efb
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:
interval: "daily"