Enable Dependabot updates for GitHub Actions

This commit is contained in:
Gabe Cook 2023-03-17 17:12:18 -05:00
parent 87db9124d0
commit 0347ff5304
No known key found for this signature in database
GPG Key ID: 3197318BDE319B8D

View File

@ -14,3 +14,8 @@ updates:
directory: "/vue/" directory: "/vue/"
schedule: schedule:
interval: "monthly" interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"