Merge pull request #639 from EwoutH/patch-1

Add Dependabot configuration for GitHub Actions updates
This commit is contained in:
Jon Kelley 2022-12-06 19:24:42 -08:00 committed by GitHub
commit 9b9b4c7217
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:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"