Merge pull request #6586 from jtpio/dependabot-config

Add dependabot config to update GitHub Actions
Jeremy Tuloup 4 years ago committed by GitHub
commit b842417824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,8 @@
version: 2
updates:
# Set update schedule for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "weekly"
Loading…
Cancel
Save