Check for gha updates monthly using dependabot (#295)

This commit is contained in:
John Losito 2022-07-23 18:12:37 -04:00 committed by GitHub
parent ef36b8bf3f
commit 707ee49fdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,7 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"