Merge pull request #564 from petergoldstein/feature/add_dependabot_for_github_actions

Add dependabot for GitHub Actions
This commit is contained in:
Daniel (dB.) Doubrovkine 2022-06-24 16:48:04 -04:00 committed by GitHub
commit 7ff4741d78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
.github/dependabot.yml vendored Normal file
View File

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