Merge pull request #297 from stumpylog/dependabot-gha-updates

Enable dependabot GHA updates
This commit is contained in:
shamoon 2022-03-12 20:12:28 -08:00 committed by GitHub
commit 940b12a908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,3 +26,13 @@ updates:
labels:
- "backend"
- "dependencies"
# Enable updates for Github Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every month
interval: "monthly"
labels:
- "ci-cd"
- "dependencies"