Add dependabot to keep GitHub Actions updated. (#70)

This commit is contained in:
Predrag Gruevski 2024-03-19 13:24:11 -04:00 committed by GitHub
parent 9a25a25ffa
commit 829f70f3f3
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:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "tuesday"
time: "14:38"
timezone: "America/New_York"